Auto viewer mode (WIP).

This commit is contained in:
John Livingston
2022-01-07 19:57:42 +01:00
parent 4e69a2d8e6
commit c69ebd2680
2 changed files with 10 additions and 2 deletions

View File

@ -45,6 +45,14 @@ body.livechat-readonly.livechat-noscroll {
body[livechat-viewer-mode="on"] {
.livechat-viewer-mode-nick {
display: initial;
form {
display: flex !important;
flex-flow: row wrap !important;
padding-top: 0.5em !important;
padding-bottom: 0.5em !important;
border-top: var(--chatroom-separator-border-bottom) !important;
}
}
converse-muc-bottom-panel {