1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 14:41:01 +02:00

Smaller viewer count

This commit is contained in:
Alexandre Iooss
2020-09-29 18:37:57 +02:00
parent 881c78f576
commit 12009b5875
2 changed files with 11 additions and 9 deletions

View File

@ -98,9 +98,12 @@ h1, h2, h3, h4 {
border: 0;
}
.ml-1 {
margin-left: 0.5rem;
}
/* Hide chat toggler on small screen */
#sideWidgetToggle {
margin-left: 0.5rem;
display: none;
}