Android build v1.1.4

This commit is contained in:
Warren H
2026-06-29 23:06:37 -04:00
parent bbcc67a54a
commit 1797154726
6 changed files with 99 additions and 35 deletions
+33
View File
@@ -787,6 +787,10 @@ textarea:focus-visible,
min-height: 0;
}
.dual-top-main.pvp-roguelike-dual-top {
grid-template-rows: auto minmax(0, 1fr);
}
.dual-top-main.stadium-dual-top {
grid-template-rows: auto auto minmax(0, 1fr) auto;
}
@@ -798,6 +802,12 @@ textarea:focus-visible,
width: 100%;
}
.dual-top-main.pvp-roguelike-dual-top .dual-top-enemy {
align-items: center;
display: grid;
grid-template-columns: 84px minmax(0, 1fr) minmax(96px, 108px);
}
.dual-top-main .dual-top-party-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@@ -829,6 +839,14 @@ textarea:focus-visible,
padding: 8px 10px;
}
.dual-top-cooldowns {
align-content: center;
display: grid;
gap: 6px;
grid-template-columns: repeat(2, 48px);
justify-content: end;
}
.dual-top-spell {
align-items: center;
background: #20232c;
@@ -843,6 +861,11 @@ textarea:focus-visible,
position: relative;
}
.dual-top-cooldowns .dual-top-spell {
height: 38px;
width: 48px;
}
.dual-top-spell:not(:disabled) {
cursor: pointer;
}
@@ -858,6 +881,12 @@ textarea:focus-visible,
width: 32px;
}
.dual-top-cooldowns .dual-top-spell .spell-icon {
font-size: 16px;
height: 26px;
width: 26px;
}
.dual-top-spell > i {
background: rgba(0, 0, 0, 0.58);
bottom: 0;
@@ -875,6 +904,10 @@ textarea:focus-visible,
position: absolute;
}
.dual-top-cooldowns .dual-top-spell > small {
font-size: 8px;
}
.dual-top-resource {
align-self: center;
color: #82bfff;