From ee18ae82e2dbce47adede5c7507a409614535c8e Mon Sep 17 00:00:00 2001 From: vyneer <41237021+vyneer@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:10:56 +0300 Subject: [PATCH] fix: onstreamchat broadcast msgs being ugly (#401) --- assets/chat/css/style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/chat/css/style.scss b/assets/chat/css/style.scss index fca431c7..9b100c4e 100644 --- a/assets/chat/css/style.scss +++ b/assets/chat/css/style.scss @@ -1894,11 +1894,12 @@ button.btn { display: none !important; } - // Donations and subs + // Donations, subs and broadcasts .msg-donation, .msg-subscription, .msg-giftsub, - .msg-massgift { + .msg-massgift, + .msg-broadcast { text-shadow: none; padding: 0; border-style: none none none solid;