mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
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:
parent
d305e090c5
commit
789dc264f7
11 changed files with 386 additions and 441 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue