Added pip-display to Adversary and Companion. Some fixing on armor display

This commit is contained in:
WBHarry 2025-11-10 15:56:36 +01:00
parent ac79cf4bc1
commit 5a44171d8f
11 changed files with 405 additions and 227 deletions

View file

@ -109,6 +109,14 @@
gap: 16px;
margin-bottom: -10px;
&.pip-display {
top: -15px;
.resources-section {
justify-content: space-around;
}
}
.resources-section {
display: flex;
justify-content: space-evenly;