mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Folder list resize optimization
This commit is contained in:
parent
53dc509d79
commit
1250efa445
26 changed files with 31233 additions and 31154 deletions
|
|
@ -154,6 +154,14 @@ html.rl-started-trigger.no-mobile #rl-content {
|
|||
animation: highlight-folder-row 0.5s linear;
|
||||
}
|
||||
|
||||
&.csstransitions .b-folders .btn.buttonContacts {
|
||||
.transition(margin 0.3s linear);
|
||||
}
|
||||
|
||||
&.csstransitions .b-folders .b-content.opacity-on-panel-disabled {
|
||||
.transition(opacity 0.3s linear);
|
||||
}
|
||||
|
||||
&.csstransitions .messageList {
|
||||
.messageListItem {
|
||||
.transition(max-height 400ms ease);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue