Add setting for showing user count after channel name

This commit is contained in:
Jonas Herzig 2018-10-08 20:20:12 +02:00
parent 4482129330
commit 0dfdfcc27a
4 changed files with 24 additions and 1 deletions

View file

@ -420,6 +420,10 @@ form {
width: 100%;
margin: 0px;
}
.settings-dialog table input[type="checkbox"] {
width: auto;
margin: auto;
}
.settings-dialog .mic-volume-container {
height: 10px;
border: 3px solid $mic-volume-border-color;