RC-106 | Add equipped armour display

This commit is contained in:
Oliver-Akins 2025-01-17 19:24:53 -07:00
parent 07f3b24897
commit d1ce144114
5 changed files with 67 additions and 0 deletions

View file

@ -250,6 +250,16 @@
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
padding: 0 2px;
gap: 4px;
min-width: 0;
}
.label {
text-overflow: initial;
flex-shrink: 0;
}
}
}