Android build v1.0.31

This commit is contained in:
Warren H
2026-06-19 23:14:56 -04:00
parent fd6a1ce3c7
commit 207fcd1a15
10 changed files with 333 additions and 163 deletions
+4 -12
View File
@@ -7567,6 +7567,7 @@ h2 {
flex: 1;
gap: 5px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: repeat(2, minmax(52px, 1fr));
margin-top: 5px;
max-height: none;
min-height: 0;
@@ -7605,10 +7606,6 @@ h2 {
font-size: 8px;
}
.workshop-shell .ability-library > button:nth-child(n+6) {
display: none;
}
.workshop-shell .save-row .primary-button {
font-size: 8px;
min-height: 28px;
@@ -7682,11 +7679,8 @@ h2 {
}
.workshop-shell .ability-library {
grid-template-columns: 1fr;
}
.workshop-shell .ability-library > button:nth-child(n+6) {
display: none;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: repeat(2, minmax(52px, 1fr));
}
.workshop-bottom-grid {
@@ -7814,6 +7808,7 @@ h2 {
flex: 1;
gap: 5px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: repeat(2, minmax(52px, 1fr));
margin-top: 5px;
max-height: none;
min-height: 0;
@@ -7843,9 +7838,6 @@ h2 {
line-height: 1;
}
.workshop-shell .ability-library > button:nth-child(n+6) {
display: none;
}
}
@media (max-width: 700px) and (max-height: 620px) {