mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix: fullscreen mode with non-default theme
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
5838eb759e
commit
80fb0e4f17
1 changed files with 2 additions and 1 deletions
|
|
@ -591,7 +591,8 @@ export default {
|
|||
}
|
||||
|
||||
// Styles for the app content at fullscreen mode
|
||||
:root:has(body.talk-in-fullscreen) {
|
||||
:root:has(body.talk-in-fullscreen) /* Default theme values override */,
|
||||
body.talk-in-fullscreen /* Theme values override */ {
|
||||
--body-container-margin: 0px !important;
|
||||
--body-container-radius: 0px !important;
|
||||
--header-height: 0px !important;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue