From ca89e828391cc78e4e335c03c5e3f2813778e1ae Mon Sep 17 00:00:00 2001 From: Matthew <22198949+MafewTM@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:31:50 -0400 Subject: [PATCH] fix: adjust mute button further --- web/src/components/media/media.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/media/media.module.css b/web/src/components/media/media.module.css index 5b5f95f..cf2c178 100644 --- a/web/src/components/media/media.module.css +++ b/web/src/components/media/media.module.css @@ -13,8 +13,8 @@ .mute { position: fixed !important; - bottom: 3vh; - right : 3vh; + bottom: 4vh; + right : 4vh; } .muteIcon {