mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Reduce excessive DOM even more
This commit is contained in:
parent
00bc92f4c7
commit
d2550c3139
8 changed files with 27 additions and 64 deletions
|
|
@ -53,6 +53,7 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
|
||||
.btn.buttonMoreSearch {
|
||||
font-size: 11px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
|
@ -154,6 +155,12 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.listEmptyListLoading .icon-spinner {
|
||||
width: 0.75em;
|
||||
height: 0.75em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.listDragOver {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue