mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Extend the use of ResizeObserver by dropping all knockoutjs observable this.resizerTrigger in mail composer
As benefit this also drops the CustomEvent('resize.real')
This commit is contained in:
parent
35c9f3fff5
commit
d1c06a8ece
10 changed files with 48 additions and 117 deletions
|
|
@ -2,9 +2,10 @@
|
|||
.b-compose {
|
||||
|
||||
&.modal {
|
||||
|
||||
width: 850px;
|
||||
width: 98%;
|
||||
max-width: 1000px;
|
||||
margin: 10px auto;
|
||||
/* height: 94vh;*/
|
||||
|
||||
.modal-body {
|
||||
overflow: auto;
|
||||
|
|
@ -15,6 +16,9 @@
|
|||
.textAreaParent, .attachmentAreaParent {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
height: 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.attachmentAreaParent {
|
||||
|
|
|
|||
|
|
@ -186,10 +186,6 @@ html.ssm-state-desktop-large {
|
|||
left: 500px;
|
||||
}
|
||||
|
||||
.b-compose.modal {
|
||||
width: 1000px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 900px;
|
||||
}
|
||||
|
|
@ -213,10 +209,6 @@ html.ssm-state-desktop {
|
|||
left: 400px;
|
||||
}
|
||||
|
||||
.b-compose.modal {
|
||||
width: 1000px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 900px;
|
||||
}
|
||||
|
|
@ -244,10 +236,6 @@ html.ssm-state-tablet, html.ssm-state-mobile {
|
|||
left: 310px;
|
||||
}
|
||||
|
||||
.b-compose.modal {
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 700px;
|
||||
}
|
||||
|
|
@ -261,10 +249,6 @@ html.ssm-state-tablet, html.ssm-state-mobile {
|
|||
|
||||
html.ssm-state-tablet {
|
||||
|
||||
.b-compose.modal {
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 800px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -337,7 +337,7 @@ html.no-rgba .modal {
|
|||
|
||||
.popups {
|
||||
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
|
@ -449,4 +449,4 @@ html.rl-mobile {
|
|||
opacity: .6;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue