mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03: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%;
|
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 {
|
.b-folders {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue