Modifications suite beta 2
Release Creation / build (release) Failing after 1m32s

This commit is contained in:
2026-05-11 00:28:36 +02:00
parent 122cd29041
commit b44918fded
8 changed files with 2167 additions and 6 deletions
File diff suppressed because one or more lines are too long
+21
View File
@@ -553,12 +553,33 @@ article.tab.notes {
// ── Item infos (weapon/arcane link) ──────────────────────────────────────
.item-infos {
display: flex;
align-items: center;
gap: 0.5rem;
margin-top: 0.5rem;
padding: 0.25rem 0.5rem;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba($chi-title, 0.25);
border-radius: 0.25rem;
.profile {
flex: 0 0 auto;
.profile-img {
width: 2rem;
height: 2rem;
object-fit: cover;
border: none;
filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}
}
.name {
flex: 1;
font-family: $font-secondary;
font-size: 0.88rem;
.content-link {
background: unset;
border: unset;
color: $chi-title;
i { display: none; }
}
}
}