🆙 smal update css friends

This commit is contained in:
DuckieTM
2026-06-07 08:18:25 +02:00
parent 110363ab1c
commit a5a6676cf3
+26 -1
View File
@@ -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;
}