fix: force burden meter visibility
This commit is contained in:
parent
a17b1fc11e
commit
c3f5450e0d
2 changed files with 12 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue