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; }