Bugfix: incorrect style for settings security

This commit is contained in:
the-djmaze 2022-03-24 12:28:18 +01:00
parent b074a9eaf3
commit 049350b112
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,23 @@
#V-Settings-Security {
td * {
cursor: pointer;
}
td + td {
width: 1%;
}
.key-user {
margin: 0 0.5em;
white-space: nowrap;
}
.delete-key:not(:hover) {
opacity: 0.7;
}
iframe {
max-width: 991px;
}
}