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
+1 -1
View File
@@ -22,7 +22,7 @@
<div class="px-6 pb-8 pt-7 text-center sm:px-8">
<img src="{{ asset($logo) }}?v={{ @filemtime($logoPath) ?: '1' }}"
alt="{{ $signedOut['title'] ?? config('app.name') }}"
class="mx-auto h-7 w-auto">
class="public-brand-logo mx-auto h-7 w-auto">
<div @class([
'mx-auto mt-6 flex h-14 w-14 items-center justify-center rounded-2xl',