Fixed ArmorManagement pip syle

This commit is contained in:
WBHarry 2026-02-14 01:39:13 +01:00
parent 8f0b1f6ed3
commit 6176c3265d
5 changed files with 121 additions and 21 deletions

View file

@ -276,6 +276,23 @@
}
}
.slot-label {
.slot-value-container {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
i {
position: absolute;
right: 0;
font-size: 12px;
color: light-dark(@beige, @dark-blue);
}
}
}
.status-value {
padding: 0 5px;
}