Take #2 Desktop cacta 100%

This commit is contained in:
duckietm
2026-06-05 14:32:55 +02:00
parent 5c282101ee
commit f4d41dd3c9
81 changed files with 2898 additions and 1449 deletions
+7 -35
View File
@@ -1,3 +1,4 @@
/* ── Friends spritesheet icons ── */
.nitro-friends-spritesheet {
background: url('@/assets/images/friends/friends-spritesheet.png') transparent no-repeat;
@@ -138,8 +139,8 @@
& .nitro-card-accordion-set-content,
& .nitro-card-content-shell {
scrollbar-width: thin;
scrollbar-color: #6d7b84 #cdd4d8;
scrollbar-width: auto;
scrollbar-color: auto;
}
& .nitro-card-accordion-set-content::-webkit-scrollbar,
@@ -175,12 +176,9 @@
border: 0 !important;
}
& .nitro-card-accordion-set-header span,
& .nitro-card-accordion-set-header > div {
font-size: 12px !important;
font-weight: 700;
& .nitro-card-accordion-set-header span {
font-size: 12px;
color: #111 !important;
line-height: 1.1;
}
& .nitro-card-accordion-set-header .fa-icon {
@@ -463,8 +461,8 @@
& .nitro-card-content-shell,
& .chat-messages {
scrollbar-width: thin;
scrollbar-color: #6d7b84 #cdd4d8;
scrollbar-width: auto;
scrollbar-color: auto;
}
& .nitro-card-content-shell::-webkit-scrollbar,
@@ -802,29 +800,3 @@
}
}
}
.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;
}