mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 15:26:14 +08:00
Fix for #1427
This commit is contained in:
parent
7f40c317d0
commit
bfb0874c47
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
/* https://github.com/the-djmaze/snappymail/issues/1427
|
||||
#V-MailFolderList .unreadOnly li a:not(.unread-sub):not([data-unread]) {
|
||||
display:none;
|
||||
}
|
||||
*/
|
||||
|
||||
.b-folders {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue