From 8a96da09e6a894670362dfb5e0b261974e1a78ac Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Apr 2020 14:47:45 -0400 Subject: [PATCH] Put the spawners back in the menubar --- macrovision.css | 23 ++++++++++++++++------- macrovision.html | 17 +++-------------- macrovision.js | 9 +++++---- 3 files changed, 24 insertions(+), 25 deletions(-) diff --git a/macrovision.css b/macrovision.css index 1bfa8987..7def5a1c 100644 --- a/macrovision.css +++ b/macrovision.css @@ -246,6 +246,12 @@ body.show-extra-options .options-block.options-block-optional { } .menubar-group { + margin: 20px; + display: flex; + flex-direction: row; +} + +.popout-group { margin: 20px; display: flex; flex-direction: column; @@ -634,23 +640,26 @@ i.far { font-size: 200%; } -#spawners-entities > select, -#spawners-entities > button { +#spawners > select, +#spawners > button { display: none; } -#spawners-entities > select.category-visible, -#spawners-entities > select.category-visible + button { +#spawners > select#category-picker { + display: block; +} + +#spawners > select.category-visible, +#spawners > select.category-visible + button { display: block; } -#spawners-entities > select { +#spawners > select { font-size: 24pt; } -#spawners-entities > button { +#spawners > button { font-size: 40pt; - margin: 10px; } #spawners-categories { diff --git a/macrovision.html b/macrovision.html index 58c34abf..73247398 100644 --- a/macrovision.html +++ b/macrovision.html @@ -67,6 +67,9 @@ + + +