Strip unused CSS

This commit is contained in:
djmaze 2021-08-17 14:06:56 +02:00
parent 26015aaf18
commit 8273111e65
5 changed files with 3 additions and 33 deletions

View file

@ -111,15 +111,6 @@ html.rl-no-preview-pane {
}
}
.line-loading {
position: absolute;
left: 0;
right: 0;
z-index: 102;
height: 0;
top: 50px;
}
.b-content {
position: absolute;
top: 50px;
@ -405,10 +396,6 @@ html.rl-ctrl-key-pressed .messageListItem {
}
}
html .messageList .line-loading {
height: 5px !important;
}
#messagesDragImage {
color: #fff;
background-color: #000;