diff --git a/ui/index.html b/ui/index.html index b53909f0..64a40292 100644 --- a/ui/index.html +++ b/ui/index.html @@ -71,32 +71,6 @@
-
-
-
-

Image Modifiers

- (drawing style, camera, etc.) -
-
- - - Add Custom Modifiers - - - - -
-
-
-
- - - Expand Categories - -
-
-
-
@@ -525,6 +499,33 @@
+
+
+
+

Image Modifiers

+ (drawing style, camera, etc.) +
+
+ + + Add Custom Modifiers + + + + +
+
+
+
+ + + Expand Categories + +
+
+
+
+
diff --git a/ui/media/css/main.css b/ui/media/css/main.css index 9bde3daa..65d32ed5 100644 --- a/ui/media/css/main.css +++ b/ui/media/css/main.css @@ -304,6 +304,12 @@ button#resume { border-radius: 6px; box-shadow: 0px 0px 30px black; border: 2px solid rgb(255 255 255 / 10%); + margin-top: 150pt; +} +@media screen and (max-height: 500px) { + #editor-modifiers { + margin-top: 50pt; + } } #editor-modifiers.active { display: flex; @@ -317,6 +323,7 @@ button#resume { bottom: 0px !important; left: 0px !important; right: 0px !important; + margin: 0px !important; max-width: unset !important; max-height: unset !important; border: 0px !important;