From a5a6676cf39d77857a25a302cce5e0642c15cc43 Mon Sep 17 00:00:00 2001 From: DuckieTM Date: Sun, 7 Jun 2026 08:18:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20smal=20update=20css=20friends?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/friends/FriendsView.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/css/friends/FriendsView.css b/src/css/friends/FriendsView.css index 43be89c..8f7a265 100644 --- a/src/css/friends/FriendsView.css +++ b/src/css/friends/FriendsView.css @@ -1,4 +1,3 @@ -/* ── Friends spritesheet icons ── */ .nitro-friends-spritesheet { background: url('@/assets/images/friends/friends-spritesheet.png') transparent no-repeat; @@ -800,3 +799,29 @@ } } } + +.nitro-friends .friends-list-avatar { + position: relative !important; + width: 32px; + height: 36px; + flex-shrink: 0; + overflow: hidden; +} + +.nitro-friends .friends-list-avatar .avatar-image { + position: absolute !important; + inset: 0 !important; + width: 100% !important; + height: 100% !important; + margin: 0 !important; + background-size: 66px auto !important; + background-position: -16px -21px !important; + transform: none !important; +} + +.nitro-friends .nitro-card-accordion-set-header > div, +.nitro-friends .nitro-card-accordion-set-header span { + font-size: 12px !important; + font-weight: 700 !important; + line-height: 1.15 !important; +}