snappymail/dev/Styles/User/OpenPgpKey.less

21 lines
272 B
Text
Raw Normal View History

#V-PopupsViewOpenPgpKey, #V-PopupsOpenPgpGenerate {
max-width: 570px;
2021-03-09 00:23:21 +08:00
}
#V-PopupsViewOpenPgpKey {
2021-03-09 00:23:21 +08:00
.key-viewer {
max-height: 500px;
overflow: auto;
}
}
2015-07-30 01:21:24 +08:00
#V-PopupsOpenPgpImport {
max-width: 645px;
2021-03-09 21:50:09 +08:00
.inputKey {
font-family: var(--fontMono);
width: 600px;
2015-09-22 02:07:27 +08:00
}
}