fix: fullscreen mode with non-default theme

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
Grigorii K. Shartsev 2025-11-19 21:33:36 +01:00
parent 5838eb759e
commit 80fb0e4f17
No known key found for this signature in database

View file

@ -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;