Fix 355: Make the ConverseJS dropdown menu available everywhere (WIP)

This commit is contained in:
John Livingston
2024-04-11 11:25:04 +02:00
parent eb1a959aa0
commit 4948d27fae
7 changed files with 147 additions and 9 deletions

View File

@ -9,12 +9,13 @@
}
}
.peertube-plugin-livechat-buttons {
.peertube-plugin-livechat-buttons,
.livechat-mini-muc-bar-buttons {
align-items: center;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
padding-right: 12px; // to avoid being under the window scrollbar.
padding-right: 12px !important; // to avoid being under the window scrollbar.
}
.peertube-plugin-livechat-button {
@ -30,10 +31,19 @@
}
}
.peertube-plugin-livechat-buttons-open .peertube-plugin-livechat-button {
height: 18px !important;
margin: 2px !important;
padding: 1px !important;
.peertube-plugin-livechat-buttons-open,
.livechat-mini-muc-bar-buttons {
.peertube-plugin-livechat-button {
height: 18px !important;
margin: 2px !important;
padding: 1px !important;
}
}
.peertube-plugin-livechat-buttons-open {
// So that buttons will be behind chatbox (buttons are then cloned by our custom muc-head template):
position: fixed;
right: 0;
}
[peertube-plugin-livechat-state="initializing"] {