Fix: Remove extra padding on top in Settings screen on phones

This commit is contained in:
lscambo13
2024-12-05 11:14:36 -08:00
parent 457181c149
commit 37083d01eb

View File

@@ -758,6 +758,10 @@ div[data-role=controlgroup] a.ui-btn-active {
width: 47%;
}
.layout-mobile #myPreferencesMenuPage {
padding-top: 3.75em !important;
}
.headerUserButton {
width: 2em;
height: 2em;