Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
141 changed files with 7820 additions and 24302 deletions
Showing only changes of commit a31cf94699 - Show all commits

View File

@ -140,22 +140,20 @@ body {
/* Scrollbar related */
body::-webkit-scrollbar,
#sidebar::-webkit-scrollbar {
width: 1em;
width: 0.5em;
}
body::-webkit-scrollbar-thumb,
#sidebar::-webkit-scrollbar-thumb {
background-color: var(--scrollbar);
border-radius: 0.5em;
border-radius: 0.25em;
}
body::-webkit-scrollbar-thumb:hover,
#sidebar::-webkit-scrollbar-thumb:hover {
background-color: var(--scrollbar-hover);
}
/* grid related */
.main-grid {