fix: improve mana tracker state matching

This commit is contained in:
Erik 2026-03-13 08:25:37 +01:00
parent 84da2a8752
commit b204ba8e75
3 changed files with 1212 additions and 603 deletions

View file

@ -736,7 +736,7 @@ body.noselect, body.noselect * {
top: 100px;
left: 400px;
width: 572px;
height: 520px;
height: 720px;
background: rgba(20, 20, 20, 0.92);
backdrop-filter: blur(2px);
border: 2px solid var(--ac-gold);
@ -761,7 +761,7 @@ body.noselect, body.noselect * {
.inv-top-section {
display: flex;
justify-content: flex-start;
min-height: 264px;
min-height: 464px;
gap: 14px;
}
@ -959,7 +959,8 @@ body.noselect, body.noselect * {
border: 1px solid var(--ac-border-light);
padding: 3px;
min-height: 0;
min-height: 260px;
min-height: 460px;
height: 460px;
flex-shrink: 0;
overflow: hidden;
}
@ -2433,7 +2434,7 @@ table.ts-allegiance td:first-child {
background: #0e0c08 !important;
resize: none !important;
width: 572px !important;
min-height: 520px !important;
min-height: 720px !important;
}
.inv-top-section {
@ -2449,7 +2450,8 @@ table.ts-allegiance td:first-child {
.inv-mana-panel {
width: 162px !important;
min-width: 162px !important;
min-height: 260px !important;
min-height: 460px !important;
height: 460px !important;
background: #111014 !important;
border: 1px solid #5a4a24 !important;
overflow: hidden !important;