minor css change for mobile launcher

This commit is contained in:
endercass
2025-08-04 22:45:41 -04:00
parent 809baba4c9
commit 4629d9726f

View File

@@ -46,6 +46,12 @@ body.blur-disable #launcher {
-webkit-backdrop-filter: none;
}
body.platform-mobile #launcher,
body.platform-tablet #launcher {
border-left: none;
border-right: none;
}
.app-shortcut-name {
text-align: center;
}