From d7e5ee76e96c71f0662a53c73689fac0a7855b15 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 7 Apr 2026 21:31:33 +0200 Subject: [PATCH] [call-me] - fix css --- public/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index be41e14..04f0af5 100644 --- a/public/style.css +++ b/public/style.css @@ -228,7 +228,11 @@ button { } /* Room */ -#roomPage, +#roomPage { + position: absolute; + display: none; +} + #signInPage { position: absolute; display: none; @@ -265,7 +269,6 @@ button { } .card-header h1 { - font-size: var(--font-size-xl) !important; margin: 0 !important; font-size: var(--font-size-2xl) !important; font-weight: var(--font-weight-bold) !important; @@ -1864,6 +1867,8 @@ input { .btn-send-chat { background: linear-gradient(135deg, var(--primary-color), var(--primary-hover)); border: none; + width: auto !important; + flex: 0 0 auto; color: white; padding: 12px 18px; border-radius: var(--border-radius); @@ -3118,8 +3123,9 @@ z-index: /* Landscape mobile: ensure card and attribution don't collide */ @media (max-width: 768px) and (orientation: landscape) { #signInPage { - max-height: none; + max-height: 100vh; padding-bottom: 32px; + align-items: flex-start; } #attribution {