From 48302bf947760f3eee61ae61490f288fd364665a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 19 Sep 2024 14:52:07 +0200 Subject: [PATCH] hide participant label --- jitsi-hide.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jitsi-hide.css b/jitsi-hide.css index c165044..9493e9c 100644 --- a/jitsi-hide.css +++ b/jitsi-hide.css @@ -4,7 +4,8 @@ .subject, .atlaskit-portal-container, .atlaskit-portal, -#notifications-container { +#notifications-container, +.stage-participant-label { display: none !important; }