misc issue fixes (#496)
* rename social-icons to prevent adblockers from blocking scripts, fix for #491 * hide viewer count when stream is off, fixes #428 * show a notice in document title of num messages if window is blurred, #426 * display indicator when stream has gone onlnie or offline when window is blurred
This commit is contained in:
@@ -75,6 +75,12 @@ header {
|
||||
#stream-info span {
|
||||
font-size: .70rem;
|
||||
}
|
||||
#stream-viewer-count {
|
||||
display: none;
|
||||
}
|
||||
.online #stream-viewer-count {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
/* ************************************************ */
|
||||
|
||||
Reference in New Issue
Block a user