Some style change for settings panels

This commit is contained in:
the-djmaze 2023-02-06 11:05:52 +01:00
parent 53569957fe
commit e65dcc1d79
2 changed files with 11 additions and 4 deletions

View file

@ -67,6 +67,10 @@
}
}
.rl-mobile #V-SettingsPane {
margin-right: 0;
}
#rl-settings-subscreen {
background-color: var(--settings-bg-clr, #fff);
border: 1px solid var(--border-color, #aaa);