snappymail/dev/Styles/User/OpenPgpKey.less
2022-01-27 16:00:52 +01:00

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