snappymail/dev/Styles/User/OpenPgpKey.less

22 lines
277 B
Text
Raw Normal View History

#V-PopupsOpenPgpKey, #V-PopupsOpenPgpGenerate {
max-width: 570px;
2021-03-09 00:23:21 +08:00
}
#V-PopupsOpenPgpKey {
2021-03-09 00:23:21 +08:00
.key-viewer {
margin: 0;
2021-03-09 00:23:21 +08:00
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
}
}