Modifications suite beta 2

This commit is contained in:
2026-05-11 00:03:41 +02:00
parent 7542890232
commit 122cd29041
14 changed files with 159 additions and 34 deletions
+12
View File
@@ -550,6 +550,18 @@ article.tab.notes {
border: 1px solid rgba($l5r5e-red, 0.3);
}
}
// ── Item infos (weapon/arcane link) ──────────────────────────────────────
.item-infos {
.profile {
flex: 0 0 auto;
.profile-img {
width: 2rem;
height: 2rem;
object-fit: cover;
}
}
}
}
// ── Skill rank: bonus display ──────────────────────────────────────────────
+16
View File
@@ -78,6 +78,14 @@
&-skill {
flex-grow: 3;
.chat-actor-name {
display: block;
font-family: $font-secondary;
font-size: 0.9rem;
color: $l5r5e-title;
margin-bottom: 0.1rem;
}
}
&:last-child {
flex-grow: 2;
@@ -190,6 +198,14 @@
}
.item-infos {
border: solid 1px rgba(0, 78, 100, 0.75);
.profile {
flex: 0 0 auto;
.profile-img {
width: 2rem;
height: 2rem;
object-fit: cover;
}
}
i {
font-size: var(--font-size-12);
}
+6
View File
@@ -662,6 +662,12 @@
width: 100%;
}
}
.attribute-third {
flex: 0 0 calc(33.33% - 0.5rem);
}
.attribute-full {
flex: 0 0 calc(100% - 0.5rem);
}
}
&.infos,
&.tab.infos {