Merge latest duckie main with login UI

This commit is contained in:
Lorenzune
2026-04-21 11:53:30 +02:00
39 changed files with 1724 additions and 226 deletions
+14 -5
View File
@@ -1852,23 +1852,23 @@ body {
}
.avatar-parts {
border: none !important;
border: 1px solid #c5c3c0 !important;
position: relative;
aspect-ratio: 1;
width: 100%;
max-width: 42px;
border-radius: 2rem !important;
border-radius: 0.3rem !important;
overflow: hidden !important;
background-color: transparent;
background-color: #e9e8e4;
&:hover {
box-shadow: 0 0 0 3px #dbdad5 !important;
box-shadow: inset 0 0 0 3px #dbdad5 !important;
background-color: #cecdc8 !important;
}
&:active,
&.part-selected {
box-shadow: 0 0 0 3px #c5c3c0 !important;
box-shadow: inset 0 0 0 3px #c5c3c0 !important;
background-color: #b1b1b1 !important;
}
}
@@ -1949,6 +1949,15 @@ body {
background-position: center;
background-size: 22px 22px;
}
.tab-misc {
width: 34px;
height: 22px;
background-image: url('@/assets/images/wardrobe/misc.png');
background-repeat: no-repeat;
background-position: center;
background-size: 24px 22px;
}
}
.nitro-wired__variable-picker-portal {