RC-106 | Add equipped armour display
This commit is contained in:
parent
07f3b24897
commit
d1ce144114
5 changed files with 67 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue