added watchparties

This commit is contained in:
2026-01-04 16:49:59 +01:00
parent cde09c6ffa
commit d9c1ba3d27
48 changed files with 7585 additions and 167 deletions

View File

@@ -198,3 +198,13 @@ body {
.hidden {
display: none;
}
html.electron #room-view {
height: calc(100vh - var(--titlebar-height));
margin-top: var(--titlebar-height);
overflow: hidden;
}
html.electron #room-view .room-layout {
height: 100%;
}