Android build v1.0.30
This commit is contained in:
+26
-17
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user