Android build v1.0.30

This commit is contained in:
Warren H
2026-06-19 22:10:14 -04:00
parent f8b98e6b23
commit fd6a1ce3c7
5 changed files with 52 additions and 24 deletions
+26 -17
View File
@@ -4395,6 +4395,10 @@ h2 {
outline-color: var(--gold);
}
.customize-tab-back {
display: none;
}
.embedded-screen .gear-summary,
.embedded-screen .talent-toolbar {
margin-top: 16px;
@@ -6974,6 +6978,10 @@ h2 {
padding: 6px;
}
.workshop-shell .customize-heading {
display: none;
}
.workshop-shell .screen-heading {
padding-bottom: 3px;
}
@@ -6995,6 +7003,10 @@ h2 {
padding: 5px 8px;
}
.workshop-shell .customize-tab-back {
display: block;
}
.workshop-shell .customize-tabs,
.workshop-shell .equipment-tabs,
.workshop-shell .talent-page-tabs {
@@ -7011,7 +7023,8 @@ h2 {
}
.workshop-shell .customize-tabs {
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-columns: 70px repeat(4, minmax(0, 1fr));
margin-top: 0;
}
.workshop-shell .equipment-screen,
@@ -7256,20 +7269,20 @@ h2 {
}
.workshop-shell .crafting-filter-grid {
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-columns: repeat(10, minmax(0, 1fr));
}
.workshop-shell .crafting-filter-grid button {
min-height: 28px;
padding: 3px 1px;
min-height: 32px;
padding: 4px 2px;
}
.workshop-shell .crafting-filter-grid strong {
font-size: 4px;
font-size: 5px;
}
.workshop-shell .crafting-filter-grid span {
font-size: 8px;
font-size: 10px;
}
.workshop-shell .crafting-level-row button {
@@ -7444,7 +7457,7 @@ h2 {
}
.workshop-shell .crafting-list > button {
min-height: 52px;
min-height: 68px;
}
.workshop-shell .crafting-action-row {
@@ -7639,20 +7652,20 @@ h2 {
}
.workshop-shell .crafting-filter-grid {
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-columns: repeat(10, minmax(0, 1fr));
}
.workshop-shell .crafting-filter-grid button {
min-height: 30px;
padding: 3px 1px;
min-height: 34px;
padding: 4px 2px;
}
.workshop-shell .crafting-filter-grid strong {
font-size: 4px;
font-size: 5px;
}
.workshop-shell .crafting-filter-grid span {
font-size: 8px;
font-size: 10px;
}
.workshop-shell .crafting-level-row {
@@ -7661,11 +7674,7 @@ h2 {
.workshop-shell .crafting-list > button {
display: grid;
min-height: 43px;
}
.workshop-shell .crafting-list > button:nth-child(n+4) {
display: grid;
min-height: 68px;
}
.workshop-shell .customize-layout {