#89 Improved public/private key handling

This commit is contained in:
the-djmaze 2022-01-28 15:02:10 +01:00
parent 0560e22674
commit f8cbd5d129
9 changed files with 160 additions and 109 deletions

View file

@ -8,11 +8,12 @@
width: 1%;
}
.open-pgp-key-user {
.key-user {
margin: 0 0.5em;
white-space: nowrap;
}
.delete-open-pgp-key:not(:hover) {
.delete-key:not(:hover) {
opacity: 0.7;
}
}