snappymail/dev/Styles/User/OpenPgpKey.less
the-djmaze 76226f45ca #89 Fix Mailvelope hasPrivateKey() detection
Proper rename OpenPGP Key viewer
2022-01-29 21:42:56 +01:00

22 lines
277 B
Plaintext

#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;
}
}