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

@ -1,20 +1,16 @@
.b-open-pgp-key-view-content, .b-open-pgp-key-generate-content {
&.modal {
max-width: 570px;
}
#V-PopupsViewOpenPgpKey, #V-PopupsNewOpenPgpKey {
max-width: 570px;
}
.b-open-pgp-key-view-content {
#V-PopupsViewOpenPgpKey {
.key-viewer {
max-height: 500px;
overflow: auto;
}
}
.b-compose-open-pgp-content {
&.modal {
max-width: 800px;
}
#V-PopupsComposeOpenPgp {
max-width: 800px;
.key-list {
@ -95,10 +91,8 @@
}
}
.b-message-open-pgp-content {
&.modal {
max-width: 700px;
}
#V-PopupsMessageOpenPgp {
max-width: 700px;
.key-list {
@ -132,10 +126,9 @@
}
}
.b-open-pgp-key-add-content {
&.modal {
max-width: 645px;
}
#V-PopupsAddOpenPgpKey {
max-width: 645px;
.inputKey {
font-family: var(--fontMono);
width: 600px;