mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
21 lines
281 B
Text
21 lines
281 B
Text
#V-PopupsOpenPgpKey, #V-PopupsOpenPgpGenerate {
|
|
max-width: 570px;
|
|
}
|
|
|
|
#V-PopupsOpenPgpKey {
|
|
pre {
|
|
margin: 0;
|
|
max-height: 500px;
|
|
padding: 0;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
#V-PopupsOpenPgpImport {
|
|
max-width: 645px;
|
|
|
|
textarea {
|
|
font-family: var(--fontMono);
|
|
width: 600px;
|
|
}
|
|
}
|