From aeee4fc1cecf54a67e4d486122b4bc7867bbeb6b Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Thu, 11 Mar 2021 16:10:14 +0100 Subject: [PATCH] Fix square avatars feature not making the channel page halo squared --- .../modules/css_tweaks/styles/square-avatars.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/square-avatars.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/square-avatars.scss index 35fc2ad1..b6485430 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/styles/square-avatars.scss +++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/square-avatars.scss @@ -6,7 +6,9 @@ } .user-avatar-card__halo, -.player-streaminfo__picture img[src] { +.player-streaminfo__picture img[src], +.channel-info-content .tw-halo, +.channel-info-content .tw-halo::before { border-radius: 0 !important; }