From 9f647171ce9b2d9c9c94cfb86033ad623dbb5e8b Mon Sep 17 00:00:00 2001 From: TechnicJelle <22576047+TechnicJelle@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:29:11 +0100 Subject: [PATCH] Fix for rounded avatar corners --- wa.user.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa.user.styl b/wa.user.styl index 015ec76..ab954ac 100644 --- a/wa.user.styl +++ b/wa.user.styl @@ -1110,12 +1110,12 @@ msg += "P.S. CSS can not create clickable links." } // Feat -> Rounded corners for avatars. - ._3GlyB[style] { + ._3g4Pn[style] { /// Global/shared contacts. &, /._3PdFH { c: 0 0 bg5 } /// Avatars/images/new group/contact avatar/your avatar. - &, > img, /._3GlyB, /._8hzr9, /._1TGpC, /.gDU26 { + &, > img, /._3g4Pn, /._1jLYl, /._1PAkz { rad: var(--r-avatars) i }