Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
133 changed files with 7480 additions and 23065 deletions
Showing only changes of commit a668623d9f - Show all commits

View File

@ -727,6 +727,10 @@ p.admonition-title {
margin: 0 -0.8rem;
padding: 0.4rem 0.6rem 0.4rem 2.5rem;
position: relative;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
p.admonition-title::before {