From 1ea1e0e5609e2eb24861e914da29600e2d5eb0ed Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Wed, 19 Mar 2025 14:17:51 +0000 Subject: [PATCH] Contained multitool toolbar within action window for vertical screens --- src/main/resources/static/css/multi-tool.css | 12 +- src/main/resources/templates/multi-tool.html | 120 +++++++++---------- 2 files changed, 66 insertions(+), 66 deletions(-) diff --git a/src/main/resources/static/css/multi-tool.css b/src/main/resources/static/css/multi-tool.css index 598ad5b1e..a540b9d0a 100644 --- a/src/main/resources/static/css/multi-tool.css +++ b/src/main/resources/static/css/multi-tool.css @@ -51,16 +51,18 @@ label { } .mt-action-btn { - position: fixed; - bottom: 15%; + position: sticky; + bottom: 10%; + margin: auto; + margin-bottom: 25px; + border-radius: 2rem; + z-index: 12; background-color: var(--md-sys-color-surface-container-low) ; display: flex; gap: 10px; - z-index: 12; padding: 12px 0px 0px; width: fit-content; justify-content: center; - border-radius: 2rem; padding: 10px 20px } @@ -74,7 +76,7 @@ label { .bg-card { background-color: var(--md-sys-color-surface-5); border-radius: 3rem; - padding: 25px 0 0; + padding: 25px 0; } #pages-container-wrapper { diff --git a/src/main/resources/templates/multi-tool.html b/src/main/resources/templates/multi-tool.html index eee9a352c..663109181 100644 --- a/src/main/resources/templates/multi-tool.html +++ b/src/main/resources/templates/multi-tool.html @@ -14,67 +14,7 @@

-
- - - - - - - - - - - -
- -
-
@@ -119,13 +59,71 @@
-
+ +
+ + + + + + + + + +
+ +
+