mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
76226f45ca
Proper rename OpenPGP Key viewer
21 lines
277 B
Text
21 lines
277 B
Text
#V-PopupsOpenPgpKey, #V-PopupsOpenPgpGenerate {
|
|
max-width: 570px;
|
|
}
|
|
|
|
#V-PopupsOpenPgpKey {
|
|
.key-viewer {
|
|
margin: 0;
|
|
max-height: 500px;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
#V-PopupsOpenPgpImport {
|
|
max-width: 645px;
|
|
|
|
.inputKey {
|
|
font-family: var(--fontMono);
|
|
width: 600px;
|
|
|
|
}
|
|
}
|