Replace my old ResizeObserver workaround for RainLoop bugs with proper CSS flex.

And removed wysiwyg resize() in favor of flexbox.
This commit is contained in:
djmaze 2021-11-05 14:47:19 +01:00
parent d305e090c5
commit 789dc264f7
11 changed files with 386 additions and 441 deletions

View file

@ -71,15 +71,11 @@
border-top-color: var(--main-color);
}
.messageList .b-message-list-wrapper {
border-color: #555;
}
.well,
.modal,
.b-settins-right .b-content,
.messageList .b-content,
.messageView .b-content,
.messageList,
.messageView,
.b-admin-right .b-content,
.b-compose .b-attachment-place {
background-color: #000;