Android build v1.0.32

This commit is contained in:
Warren H
2026-06-20 12:50:48 -04:00
parent 207fcd1a15
commit 7313c968e6
13 changed files with 527 additions and 151 deletions
+32
View File
@@ -1922,6 +1922,16 @@ h2 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.part-start-row {
display: grid;
gap: 8px;
grid-template-columns: minmax(0, 1fr) minmax(88px, 0.45fr);
}
.hard-mode-button {
border-color: #c25b4b;
}
.part-setup-panel .primary-button {
min-height: 54px;
}
@@ -4707,6 +4717,28 @@ h2 {
box-shadow: inset 0 5px #cf4b59;
}
.hard-enemy-bars {
display: grid;
gap: 6px;
}
.hard-enemy-bars .enemy-health {
position: relative;
}
.hard-enemy-bars .enemy-health em {
color: #fff7df;
font-family: 'Press Start 2P', monospace;
font-size: 7px;
font-style: normal;
left: 8px;
position: absolute;
text-shadow: 0 1px 0 #111;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.combat-layout {
display: grid;
gap: 18px;