mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03: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';
|
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-folder-add::before,
|
||||||
#rl-app .icon-resize-in::before {
|
#rl-app .icon-resize-in::before {
|
||||||
line-height: unset;
|
line-height: unset;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue