#89 Use OpenPGP.js v5.1.0 (still in progress)

This commit is contained in:
the-djmaze 2022-01-27 16:00:52 +01:00
parent dfd255545a
commit ff7e41ad08
130 changed files with 1871 additions and 44411 deletions

View file

@ -1,40 +1,18 @@
V-Settings-OpenPgp {
#V-Settings-OpenPgp {
td * {
cursor: pointer;
}
td + td {
width: 1%;
}
table {
.open-pgp-key-img {
margin-right: 10px;
vertical-align: top;
}
.open-pgp-key-id, .open-pgp-key-user {
display: inline-block;
word-break: break-all;
box-sizing: border-box;
line-height: 22px;
cursor: default;
}
.open-pgp-key-user-address:first-child {
line-height: 30px;
margin-bottom: -4px;
}
.open-pgp-key-user {
white-space: nowrap;
}
.open-pgp-key-item {
.delete-open-pgp-key, .view-open-pgp-key {
cursor: pointer;
opacity: 0.7;
&:hover {
opacity: 0.9;
}
}
.delete-open-pgp-key:not(:hover) {
opacity: 0.7;
}
}