diff --git a/macrovision.css b/macrovision.css index 4c4c371d..e7f2fb46 100644 --- a/macrovision.css +++ b/macrovision.css @@ -40,9 +40,25 @@ body { #options { flex: 1 0 15vw; + display: flex; + justify-content: start; + flex-direction: column; background: #444; } +.options-row { + display: flex; + text-align: center; +} + +.options-header { + text-align: center; + font-size: 24pt; + margin-top: 10px; + margin-bottom: 10px; +} + + #entities { position: relative; user-select: none; @@ -77,7 +93,20 @@ body { background: #333; } -#options input { +#options .options-label { + flex: 0 1; + width: 100%; + font-size: 150%; +} + +.options-row input { + flex: 1; + width: 50%; + font-size: 150%; +} + +.options-row select { + flex: 1; width: 50%; font-size: 150%; } diff --git a/macrovision.html b/macrovision.html index 2216c55e..dd5e743d 100644 --- a/macrovision.html +++ b/macrovision.html @@ -24,22 +24,29 @@
-
+
World options
+
+ World height +
+
+
Entity options
+
View options
- +
- + +