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
+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);
}