Auto viewer mode (WIP).

This commit is contained in:
John Livingston
2022-01-07 19:20:28 +01:00
parent 69380bd8e4
commit 9a4608863b
6 changed files with 103 additions and 4 deletions

View File

@ -36,3 +36,18 @@ body.livechat-readonly.livechat-noscroll {
display: none;
}
}
// Viewer mode
.livechat-viewer-mode-nick {
display: none;
}
body[livechat-viewer-mode="on"] {
.livechat-viewer-mode-nick {
display: initial;
}
.livechat-viewer-mode-panel {
display: none;
}
}