From 4c382a1be9d821ccb05c3bef6f435b2f60c80a3c Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Tue, 18 Mar 2025 17:38:50 +0000 Subject: [PATCH] Toolbar position change --- src/main/resources/static/css/multi-tool.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/css/multi-tool.css b/src/main/resources/static/css/multi-tool.css index 66a8f95f7..598ad5b1e 100644 --- a/src/main/resources/static/css/multi-tool.css +++ b/src/main/resources/static/css/multi-tool.css @@ -52,7 +52,7 @@ label { .mt-action-btn { position: fixed; - bottom: 8%; + bottom: 15%; background-color: var(--md-sys-color-surface-container-low) ; display: flex; gap: 10px; @@ -65,8 +65,8 @@ label { } .mt-action-btn .btn { - width: 3.25rem; - height: 3.25rem; + width: 3.5rem; + height: 3.5rem; border-radius: 20px; padding: 0; }