Improve mobile UX on public pages and the live room header.
Deploy Ladill Meet / deploy (push) Successful in 35s
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user