From 44b51693ee15590e4dcc5526d7507a5744eab9f3 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:08:47 +0300 Subject: [PATCH] Unban user messages from TTS narration --- public/css/toggle-dependent.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/toggle-dependent.css b/public/css/toggle-dependent.css index 45994d690..d77e59eac 100644 --- a/public/css/toggle-dependent.css +++ b/public/css/toggle-dependent.css @@ -1,4 +1,3 @@ -body.tts .mes[is_user="true"] .mes_narrate, body.tts .mes[is_system="true"] .mes_narrate { display: none; } @@ -364,4 +363,4 @@ body.movingUI #groupMemberListPopout { body.noShadows * { text-shadow: none !important; -} \ No newline at end of file +}