mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-05 04:32:20 +03:00
20 lines
272 B
Text
20 lines
272 B
Text
#V-PopupsViewOpenPgpKey, #V-PopupsOpenPgpGenerate {
|
|
max-width: 570px;
|
|
}
|
|
|
|
#V-PopupsViewOpenPgpKey {
|
|
.key-viewer {
|
|
max-height: 500px;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
#V-PopupsOpenPgpImport {
|
|
max-width: 645px;
|
|
|
|
.inputKey {
|
|
font-family: var(--fontMono);
|
|
width: 600px;
|
|
|
|
}
|
|
}
|