Drop bootstrap modal.less by using <dialog> <header> and <footer>

https://snappymail.eu/demo/ updated for testing
This commit is contained in:
djmaze 2021-11-07 17:06:08 +01:00
parent 880d4a05e9
commit 6170de5aee
70 changed files with 1521 additions and 1709 deletions

View file

@ -175,14 +175,14 @@ Secondly, we can't rely on MUA's what to do with :empty
}
}
.rl-mobile .b-compose.modal,
.rl-mobile .b-identity-content.modal {
.rl-mobile #V-PopupsCompose,
.rl-mobile #V-PopupsIdentity {
margin-bottom: 50px;
}
.rl-mobile .b-compose.modal {
.rl-mobile #V-PopupsCompose {
min-height: calc(100% - 62px);
}
.RL-PopupsCompose[data-wysiwyg*=Forced] #squire-toolgroup-mode {
#V-PopupsCompose[data-wysiwyg*=Forced] #squire-toolgroup-mode {
display: none;
}