fix: layer burden meter fill correctly
This commit is contained in:
parent
b318c04fd6
commit
a17b1fc11e
1 changed files with 7 additions and 2 deletions
|
|
@ -824,8 +824,7 @@ body.noselect, body.noselect * {
|
|||
background: #0a0a0a;
|
||||
border: 1px solid var(--ac-border-light);
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
overflow: hidden;
|
||||
margin-bottom: 2px;
|
||||
margin-top: 12px;
|
||||
flex-shrink: 0;
|
||||
|
|
@ -834,8 +833,13 @@ body.noselect, body.noselect * {
|
|||
.inv-burden-fill {
|
||||
width: 100%;
|
||||
background: var(--ac-green);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 0%;
|
||||
transition: height 0.3s ease;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.inv-burden-fill.is-safe {
|
||||
|
|
@ -858,6 +862,7 @@ body.noselect, body.noselect * {
|
|||
text-align: center;
|
||||
font-size: 11px;
|
||||
color: var(--ac-gold);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.inv-pack-list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue