SHC: show active now voice members; PermViewer: improve styling (#1314)

This commit is contained in:
Nuckyz 2023-06-20 17:11:50 -03:00 committed by GitHub
parent ab811470fc
commit 9820b79dfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 6 deletions

View file

@ -63,6 +63,7 @@
grid-area: list;
display: flex;
flex-direction: column;
gap: 2px;
border-right: 2px solid var(--background-modifier-active);
}
@ -77,6 +78,15 @@
padding: 8px 5px;
cursor: pointer;
width: 230px;
border-radius: 5px;
}
.vc-permviewer-perms-list-item:hover {
background-color: var(--background-modifier-hover);
}
.vc-permviewer-perms-list-item-active {
background-color: var(--background-modifier-selected);
}
.vc-permviewer-perms-list-item > div {
@ -85,11 +95,6 @@
overflow: hidden;
}
.vc-permviewer-perms-list-item-active {
background-color: var(--background-modifier-selected);
border-radius: 5px;
}
.vc-permviewer-perms-role-circle {
border-radius: 50%;
width: 12px;