Merge branch 'livekit' into robin/earpiece-overlay

This commit is contained in:
Robin
2025-06-25 15:54:04 -04:00
23 changed files with 873 additions and 771 deletions

View File

@@ -74,6 +74,13 @@ body {
-webkit-tap-highlight-color: transparent;
}
/* This prohibits the view to scroll for pages smaller than 122px in width
we use this for mobile pip webviews */
.no-scroll-body {
position: fixed;
width: 100%;
}
/* We use this to not render the page at all until we know the theme.*/
.no-theme {
opacity: 0;