mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
chore: Don't collapse settings side panel
This commit is contained in:
parent
5fb914fbc7
commit
c10e84f68a
1 changed files with 4 additions and 0 deletions
|
@ -265,6 +265,10 @@ html.rl-left-panel-disabled #rl-app #rl-left {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
html.rl-left-panel-disabled #rl-app #rl-left:has(#V-SettingsMenu:not([hidden])) {
|
||||
width: 250px !important;
|
||||
}
|
||||
|
||||
#rl-app #V-AdminMenu nav,
|
||||
#rl-app #V-SettingsMenu nav,
|
||||
#rl-app .b-folders .b-content {
|
||||
|
|
Loading…
Reference in a new issue