mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Fix gmail imap mails count
This commit is contained in:
parent
57221d9a8e
commit
348cb25dbc
10 changed files with 91 additions and 30 deletions
|
|
@ -87,6 +87,15 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.line-loading {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 102;
|
||||
height: 0px;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.mainDelimiter {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
@ -530,6 +539,10 @@ html.ssm-state-desktop-large {
|
|||
}
|
||||
}
|
||||
|
||||
html.cssanimations.rl-anim .messageList .line-loading {
|
||||
height: 5px !important;
|
||||
}
|
||||
|
||||
.draggablePlace {
|
||||
z-index: 10002;
|
||||
color: #fff;
|
||||
|
|
|
|||
|
|
@ -392,7 +392,7 @@ html.rl-no-preview-pane .messageView {
|
|||
}
|
||||
}
|
||||
|
||||
html.cssanimations.rl-anim .line-loading {
|
||||
html.cssanimations.rl-anim .messageItem .line-loading {
|
||||
height: 5px !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue