1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 10:06:54 +00:00

Fix square avatars feature not making the channel page halo squared

This commit is contained in:
Lordmau5 2021-03-11 16:10:14 +01:00
parent 65cc86130e
commit aeee4fc1ce

View file

@ -6,7 +6,9 @@
} }
.user-avatar-card__halo, .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; border-radius: 0 !important;
} }