Reduce excessive DOM even more

This commit is contained in:
djmaze 2021-07-30 23:11:05 +02:00
parent 00bc92f4c7
commit d2550c3139
8 changed files with 27 additions and 64 deletions

View file

@ -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;