fix(mobile): Space mobile launcher container evenly

This commit is contained in:
Mystler 2026-03-12 19:24:27 +01:00
parent caa428c1a2
commit f7067fb968

View File

@ -1612,11 +1612,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
}
body.mobile #launcher-container {
justify-content: center;
}
body.mobile #launcher-container button {
margin: 0 16px;
justify-content: space-evenly;
}
body.mobile .modal.show {