added watchparties
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user