fix: force burden meter visibility

This commit is contained in:
Erik 2026-03-13 11:26:35 +01:00
parent a17b1fc11e
commit c3f5450e0d
2 changed files with 12 additions and 1 deletions

View file

@ -821,13 +821,14 @@ body.noselect, body.noselect * {
.inv-burden-bar {
width: 16px;
height: 40px;
background: #0a0a0a;
background: #060606;
border: 1px solid var(--ac-border-light);
position: relative;
overflow: hidden;
margin-bottom: 2px;
margin-top: 12px;
flex-shrink: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.inv-burden-fill {
@ -840,6 +841,7 @@ body.noselect, body.noselect * {
height: 0%;
transition: height 0.3s ease;
z-index: 1;
display: block;
}
.inv-burden-fill.is-safe {