Android build v1.1.31

This commit is contained in:
Warren H
2026-07-06 23:49:14 -04:00
parent f48e6130b8
commit a6cca2810c
14 changed files with 219 additions and 96 deletions
+59 -15
View File
@@ -212,6 +212,8 @@
}
.iwt2-arena-layout {
display: grid;
grid-template-columns: 172px minmax(0, 1fr);
height: 100vh;
overflow: hidden;
padding: 0;
@@ -221,6 +223,7 @@
.iwt2-arena-stage {
background: #090c10;
border: 0;
grid-column: 2;
height: 100%;
min-height: 0;
overflow: hidden;
@@ -317,6 +320,22 @@
top: 0;
}
.iwt2-bar em {
color: #fff7df;
font-size: 0.56rem;
font-style: normal;
font-weight: 800;
left: 0;
line-height: 1;
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
text-shadow: 0 1px 0 #050608;
top: 50%;
transform: translateY(-50%);
}
.iwt2-bar.boss span {
background: #dc5162;
}
@@ -337,17 +356,18 @@
.iwt2-party-list {
background: rgba(15, 19, 26, 0.88);
border: 0;
left: 28px;
max-height: calc(100% - 112px);
bottom: 0;
left: 0;
max-height: none;
outline: 0;
padding: 6px;
position: absolute;
top: 28px;
position: fixed;
top: 0;
width: 172px;
z-index: 4;
display: grid;
gap: 8px;
align-content: start;
align-content: center;
overflow: auto;
}
@@ -1099,7 +1119,8 @@
.iwt2-gear-class,
.iwt2-gear-slot,
.iwt2-infusion-row,
.iwt2-gear-upgrade-button {
.iwt2-gear-upgrade-button,
.iwt2-gear-back {
background: #151922;
border: 2px solid #08090d;
color: var(--ink);
@@ -1177,7 +1198,8 @@
.iwt2-gear-class.game-selected,
.iwt2-gear-slot.game-selected,
.iwt2-infusion-row.game-selected,
.iwt2-gear-upgrade-button.game-selected {
.iwt2-gear-upgrade-button.game-selected,
.iwt2-gear-back.game-selected {
outline-color: #e5b95f;
}
@@ -1187,6 +1209,12 @@
text-align: center;
}
.iwt2-gear-back {
min-height: 36px;
padding: 8px 10px;
text-align: center;
}
.iwt2-gear-upgrade-button:disabled,
.iwt2-infusion-row:disabled {
color: var(--muted);
@@ -1401,6 +1429,10 @@
}
@media (max-width: 1000px) and (max-height: 620px) {
.iwt2-arena-layout {
grid-template-columns: 154px minmax(0, 1fr);
}
.game-shell.iwt2-shell {
padding: 6px 0;
width: min(100%, calc(100% - 20px));
@@ -1640,6 +1672,11 @@
padding: 7px 9px;
}
.iwt2-gear-back {
min-height: 30px;
padding: 5px 8px;
}
.iwt2-gear-detail {
gap: 6px;
padding: 7px;
@@ -1735,20 +1772,22 @@
}
.iwt2-party-list {
gap: 5px;
left: 10px;
max-height: calc(100% - 84px);
align-content: center;
gap: 7px;
bottom: 0;
left: 0;
max-height: none;
overflow: hidden;
padding: 4px;
top: 10px;
top: 0;
width: 154px;
}
.iwt2-party-row {
gap: 5px;
grid-template-columns: 22px minmax(0, 1fr);
height: 62px;
min-height: 62px;
height: 70px;
min-height: 70px;
padding: 4px;
}
@@ -1782,8 +1821,12 @@
}
.iwt2-party-row .iwt2-bar {
height: 7px;
margin-top: 2px;
height: 12px;
margin-top: 3px;
}
.iwt2-party-row .iwt2-bar.mana {
height: 8px;
}
.iwt2-party-effects {
@@ -1803,6 +1846,7 @@
.iwt2-ability-bar {
bottom: 8px;
display: none;
gap: 8px;
grid-template-columns: repeat(6, 36px);
max-width: 256px;