From fe1bf786a26bec16fbb9751708a88bbe5691b13a Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 31 Oct 2024 21:11:28 +0100 Subject: [PATCH] [mirotalksfu] - #171 improve username UI --- public/css/VideoGrid.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/css/VideoGrid.css b/public/css/VideoGrid.css index e3c1c8cd..032d6415 100644 --- a/public/css/VideoGrid.css +++ b/public/css/VideoGrid.css @@ -96,12 +96,12 @@ font-size: 10px; display: flex; align-items: center; - padding: 5px; - margin: 5px; + padding: 10px; + margin: 10px; width: auto; height: 25px; border-radius: 5px; - background: rgba(0, 0, 0, 0.1); + background: var(--body-bg); } .fscreen { @@ -246,8 +246,7 @@ font-size: 18px; font-weight: bold; color: #fff; - text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); - background-color: rgba(36, 36, 36, 0.8); + background: var(--body-bg); border-radius: 10px; padding: 6px; width: 100%;