From 1240b8ba66ad484916f3592e1bf7213c2ffa0c06 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 7 Apr 2026 20:25:43 +0200 Subject: [PATCH] [call-me] - fix typo --- public/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/style.css b/public/style.css index a5ed5b2..04535d5 100644 --- a/public/style.css +++ b/public/style.css @@ -259,6 +259,7 @@ 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; @@ -1409,6 +1410,21 @@ input { overflow: visible !important; } +@media (max-width: 768px) { + .participant-count { + top: -2px; + right: -2px; + min-width: 16px; + height: 16px; + font-size: 10px; + padding: 0 3px; + } + + #roomPage > .row.justify-content-center { + padding-top: 4px; + } +} + @keyframes pulse { 0%, 100% {