mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
fix: Sidebar button text is visible when collapsed
This commit is contained in:
parent
8b508456b2
commit
095bd04634
1 changed files with 5 additions and 0 deletions
|
@ -289,6 +289,11 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
|||
content: 'Create new folder';
|
||||
}
|
||||
|
||||
html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.fontastic:after,
|
||||
html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-folder-add:after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
#rl-app .icon-folder-add::before,
|
||||
#rl-app .icon-resize-in::before {
|
||||
line-height: unset;
|
||||
|
|
Loading…
Reference in a new issue