Improve mobile UX on public pages and the live room header.
Deploy Ladill Meet / deploy (push) Successful in 35s

Cap customer-facing logos at 50vw on phones, tighten leave-feedback layout, and show icon-only share plus a blinking record dot on mobile.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-03 14:58:51 +00:00
co-authored by Cursor
parent 56d486d15c
commit 9943dc9e44
7 changed files with 41 additions and 28 deletions
+6
View File
@@ -15,6 +15,12 @@
display: none !important;
}
@media (max-width: 639px) {
.public-brand-logo {
max-width: 50vw;
}
}
/* App shell: always light (ignore OS dark mode). Live meeting keeps dark UI. */
html.app-shell {
color-scheme: light;