diff --git a/macrovision.css b/macrovision.css index 32f70ff0..9cea6575 100644 --- a/macrovision.css +++ b/macrovision.css @@ -8,7 +8,7 @@ html { } body { - background: #111; + background: #333; display: flex; flex-direction: column; align-items: center; @@ -222,11 +222,16 @@ select.menu-item { } #display { + display: none; width: 100%; height: 100%; background: #333; } +body.toggle-scale #display { + display: block; +} + #options .options-label { flex: 0 1; width: 100%; diff --git a/macrovision.html b/macrovision.html index cf2459da..334e5840 100644 --- a/macrovision.html +++ b/macrovision.html @@ -27,7 +27,7 @@ -
+@@ -163,6 +163,10 @@