Toolbar position change

This commit is contained in:
Connor Yoh 2025-03-18 17:38:50 +00:00
parent e553bb3b3f
commit 4c382a1be9

View File

@ -52,7 +52,7 @@ label {
.mt-action-btn { .mt-action-btn {
position: fixed; position: fixed;
bottom: 8%; bottom: 15%;
background-color: var(--md-sys-color-surface-container-low) ; background-color: var(--md-sys-color-surface-container-low) ;
display: flex; display: flex;
gap: 10px; gap: 10px;
@ -65,8 +65,8 @@ label {
} }
.mt-action-btn .btn { .mt-action-btn .btn {
width: 3.25rem; width: 3.5rem;
height: 3.25rem; height: 3.5rem;
border-radius: 20px; border-radius: 20px;
padding: 0; padding: 0;
} }