From 8c9f3c2b83f3d11c90eda1bd1d0fda8281c21831 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Mon, 25 Oct 2021 10:31:54 +0200 Subject: [PATCH] fix avatars overflowing in friends bar --- user.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user.css b/user.css index 6cf8142..06b1df9 100644 --- a/user.css +++ b/user.css @@ -398,6 +398,11 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type { border-radius: var(--sidebar-icons-border-radius); } +.main-avatar-avatar > div { + width: 100% !important; + height: 100% !important; +} + .view-homeShortcutsGrid-shortcut { overflow: hidden; background-color: rgba(var(--spice-rgb-selected-row), 0.4);