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; }