mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 18:41:34 +08:00
chore: Improve folders text-overflow on disabled panel
This commit is contained in:
parent
d1039cbcb7
commit
933548dd79
1 changed files with 4 additions and 0 deletions
|
@ -468,6 +468,10 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
html.rl-left-panel-disabled #rl-app .b-folders .b-folders-system a.selectable {
|
||||
text-overflow: clip;
|
||||
}
|
||||
|
||||
#rl-app .b-folders hr {
|
||||
border-top: solid var(--nc-color-main-text);
|
||||
border-radius: var(--nc-border-radius-pill);
|
||||
|
|
Loading…
Reference in a new issue