mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Drop bootstrap modal.less by using <dialog> <header> and <footer>
https://snappymail.eu/demo/ updated for testing
This commit is contained in:
parent
880d4a05e9
commit
6170de5aee
70 changed files with 1521 additions and 1709 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue