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