Android build v1.0.29
This commit is contained in:
+515
-8
@@ -6851,6 +6851,109 @@ h2 {
|
||||
outline-color: var(--gold);
|
||||
}
|
||||
|
||||
.workshop-bottom-display {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.workshop-bottom-summary {
|
||||
background: #1c1e25;
|
||||
border: 2px solid #0a0b0e;
|
||||
color: var(--muted);
|
||||
font-size: 15px;
|
||||
line-height: 1.15;
|
||||
outline: 2px solid #41404a;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid {
|
||||
display: grid;
|
||||
flex: 1;
|
||||
gap: 8px;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid article {
|
||||
align-items: center;
|
||||
background: #1c1e25;
|
||||
border: 2px solid #0a0b0e;
|
||||
color: var(--ink);
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
grid-template-columns: 36px minmax(0, 1fr) auto;
|
||||
min-height: 58px;
|
||||
outline: 2px solid #41404a;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid article > span {
|
||||
align-items: center;
|
||||
background: #15161c;
|
||||
color: var(--gold);
|
||||
display: flex;
|
||||
font-family: 'Press Start 2P', monospace;
|
||||
height: 34px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid strong,
|
||||
.workshop-bottom-grid small {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid strong {
|
||||
font-family: 'Press Start 2P', monospace;
|
||||
font-size: 7px;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid small,
|
||||
.workshop-bottom-grid p {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
line-height: 1.05;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid i {
|
||||
color: var(--gold);
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.equipment-action-strip,
|
||||
.crafting-action-row {
|
||||
align-items: center;
|
||||
background: #1c1e25;
|
||||
border: 2px solid #0a0b0e;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
margin-top: 8px;
|
||||
min-height: 42px;
|
||||
outline: 2px solid #3e3d47;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.equipment-action-strip .comparison-delta {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
min-width: 190px;
|
||||
}
|
||||
|
||||
.equipment-action-strip > p {
|
||||
color: var(--muted);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.crafting-action-row {
|
||||
justify-content: flex-end;
|
||||
margin-top: 6px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (max-height: 620px) {
|
||||
.game-shell.workshop-shell {
|
||||
height: 100dvh;
|
||||
@@ -6907,6 +7010,10 @@ h2 {
|
||||
padding: 5px 7px;
|
||||
}
|
||||
|
||||
.workshop-shell .customize-tabs {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.workshop-shell .equipment-screen,
|
||||
.workshop-shell .talent-screen {
|
||||
gap: 0;
|
||||
@@ -6965,6 +7072,23 @@ h2 {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.workshop-shell .item-comparison,
|
||||
.workshop-shell .crafting-detail-panel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workshop-shell .equipment-action-strip {
|
||||
gap: 5px;
|
||||
margin-top: 5px;
|
||||
min-height: 36px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.workshop-shell .equipment-action-strip .comparison-delta {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
min-width: 140px;
|
||||
}
|
||||
|
||||
.workshop-shell .comparison-arrow {
|
||||
font-size: 11px;
|
||||
padding: 0;
|
||||
@@ -7020,7 +7144,7 @@ h2 {
|
||||
|
||||
.workshop-shell .equipment-layout {
|
||||
gap: 6px;
|
||||
grid-template-columns: minmax(0, 1.05fr) minmax(178px, 0.95fr);
|
||||
grid-template-columns: minmax(0, 1.15fr) minmax(210px, 0.85fr);
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
@@ -7115,12 +7239,15 @@ h2 {
|
||||
|
||||
.workshop-shell .crafting-layout {
|
||||
gap: 6px;
|
||||
grid-template-columns: minmax(132px, 0.42fr) minmax(230px, 1fr) minmax(190px, 0.72fr);
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
grid-template-rows: auto minmax(0, 1fr);
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filters {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid,
|
||||
@@ -7128,17 +7255,21 @@ h2 {
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid {
|
||||
grid-template-columns: repeat(11, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid button {
|
||||
min-height: 28px;
|
||||
padding: 4px;
|
||||
padding: 3px 1px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid strong {
|
||||
font-size: 5px;
|
||||
font-size: 4px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid span {
|
||||
font-size: 10px;
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-level-row button {
|
||||
@@ -7313,15 +7444,253 @@ h2 {
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-list > button {
|
||||
grid-template-columns: 24px minmax(0, 1fr);
|
||||
min-height: 34px;
|
||||
min-height: 52px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-list > button i {
|
||||
.workshop-shell .crafting-action-row {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
margin-top: 5px;
|
||||
min-height: 28px;
|
||||
outline: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-action-row .primary-button {
|
||||
font-size: 8px;
|
||||
min-height: 28px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.workshop-shell .customize-layout {
|
||||
gap: 8px;
|
||||
grid-template-columns: 148px minmax(0, 1fr);
|
||||
margin-top: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker {
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker > .eyebrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker > button {
|
||||
gap: 6px;
|
||||
margin-bottom: 5px;
|
||||
min-height: 44px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker > button > span {
|
||||
flex-basis: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker strong {
|
||||
font-size: 7px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker small {
|
||||
font-size: 10px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.workshop-shell .loadout-editor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.workshop-shell .class-detail {
|
||||
gap: 8px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-portrait {
|
||||
flex-basis: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-detail h2 {
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-detail p:last-child,
|
||||
.workshop-shell .loadout-heading > span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workshop-shell .loadout-heading,
|
||||
.workshop-shell .ability-library-heading,
|
||||
.workshop-shell .save-row {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-slots {
|
||||
gap: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-slots button {
|
||||
min-height: 40px;
|
||||
padding: 5px 2px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-slots span {
|
||||
font-size: 12px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-slots strong {
|
||||
font-size: 9px;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library {
|
||||
flex: 1;
|
||||
gap: 5px;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
margin-top: 5px;
|
||||
max-height: none;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library > button {
|
||||
align-content: center;
|
||||
gap: 5px;
|
||||
grid-template-columns: 1fr;
|
||||
min-height: 58px;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library > button > span {
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library strong {
|
||||
font-size: 8px;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library small,
|
||||
.workshop-shell .ability-library i {
|
||||
font-size: 9px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library small {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library i {
|
||||
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;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.workshop-shell .save-row > span {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.workshop-bottom-display {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid {
|
||||
gap: 6px;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.workshop-bottom-grid article {
|
||||
min-height: 50px;
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 700px) and (max-height: 620px) {
|
||||
.workshop-shell .equipment-layout {
|
||||
grid-template-columns: minmax(0, 1fr) minmax(190px, 0.7fr);
|
||||
}
|
||||
|
||||
.workshop-shell .equipment-action-strip .comparison-delta {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-layout {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filters {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid {
|
||||
grid-template-columns: repeat(11, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid button {
|
||||
min-height: 30px;
|
||||
padding: 3px 1px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid strong {
|
||||
font-size: 4px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-filter-grid span {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-level-row {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-list > button {
|
||||
display: grid;
|
||||
min-height: 43px;
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-list > button:nth-child(n+4) {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.workshop-shell .customize-layout {
|
||||
grid-template-columns: 118px minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library > button:nth-child(n+6) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workshop-bottom-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 620px) {
|
||||
.workshop-shell .crafting-list > button {
|
||||
grid-template-columns: 24px minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.workshop-shell .crafting-list > button i {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -7341,3 +7710,141 @@ h2 {
|
||||
grid-column: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 620px) {
|
||||
.workshop-shell .customize-screen > .customize-layout {
|
||||
gap: 8px;
|
||||
grid-template-columns: 148px minmax(0, 1fr);
|
||||
margin-top: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker {
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker > .eyebrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker > button {
|
||||
gap: 6px;
|
||||
margin-bottom: 5px;
|
||||
min-height: 44px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker > button > span {
|
||||
flex-basis: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker strong {
|
||||
font-size: 7px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-picker small {
|
||||
font-size: 10px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.workshop-shell .loadout-editor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.workshop-shell .class-detail {
|
||||
gap: 8px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-detail p:last-child,
|
||||
.workshop-shell .loadout-heading > span,
|
||||
.workshop-shell .ability-library small {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workshop-shell .class-portrait {
|
||||
flex-basis: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.workshop-shell .class-detail h2 {
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.workshop-shell .loadout-heading,
|
||||
.workshop-shell .ability-library-heading,
|
||||
.workshop-shell .save-row {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-slots {
|
||||
gap: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-slots button {
|
||||
min-height: 40px;
|
||||
padding: 5px 2px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-slots span {
|
||||
font-size: 12px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-slots strong {
|
||||
font-size: 9px;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library {
|
||||
flex: 1;
|
||||
gap: 5px;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
margin-top: 5px;
|
||||
max-height: none;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library > button {
|
||||
align-content: center;
|
||||
gap: 5px;
|
||||
grid-template-columns: 1fr;
|
||||
min-height: 58px;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library > button > span {
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library strong {
|
||||
font-size: 8px;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library i {
|
||||
font-size: 8px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library > button:nth-child(n+6) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 700px) and (max-height: 620px) {
|
||||
.workshop-shell .customize-screen > .customize-layout {
|
||||
grid-template-columns: 118px minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.workshop-shell .ability-library {
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user