From f30538b6a47ac34bb8e0456b7254b6080a8b9fa4 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 4 Sep 2022 10:35:43 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/css/VideoGrid.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/VideoGrid.css b/public/css/VideoGrid.css index 75696eb8..867db6e4 100644 --- a/public/css/VideoGrid.css +++ b/public/css/VideoGrid.css @@ -118,8 +118,8 @@ position: absolute; top: 0; left: 0; - padding: 10px; - background: rgba(0, 0, 0, 0.2); + padding: 8px; + background: rgba(0, 0, 0, 0.1); font-size: small; font-weight: bold; text-align: center; @@ -208,4 +208,4 @@ input[type='range'] { .username { font-size: 10px; } -} \ No newline at end of file +}