Android build v1.1.16
This commit is contained in:
+74
-11
@@ -630,23 +630,44 @@
|
||||
}
|
||||
|
||||
.iwt2-profile-grid,
|
||||
.iwt2-settings-panel {
|
||||
.iwt2-settings-panel,
|
||||
.iwt2-customize-layout {
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.iwt2-action-list {
|
||||
.iwt2-loadout-preview {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.iwt2-loadout-preview > div {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.iwt2-loadout-preview h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.iwt2-loadout-preview span {
|
||||
color: var(--muted);
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.iwt2-action-list,
|
||||
.iwt2-info-list {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.iwt2-action-row {
|
||||
.iwt2-action-row,
|
||||
.iwt2-info-row {
|
||||
align-items: center;
|
||||
background: #10141b;
|
||||
border: 2px solid #090a0d;
|
||||
color: var(--ink);
|
||||
cursor: pointer;
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
@@ -656,12 +677,22 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.iwt2-action-row strong {
|
||||
.iwt2-action-row {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.iwt2-info-row {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.iwt2-action-row strong,
|
||||
.iwt2-info-row strong {
|
||||
display: block;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.iwt2-action-row small {
|
||||
.iwt2-action-row small,
|
||||
.iwt2-info-row small {
|
||||
color: var(--muted);
|
||||
display: block;
|
||||
font-size: 0.72rem;
|
||||
@@ -669,12 +700,23 @@
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.iwt2-action-row em {
|
||||
.iwt2-action-row em,
|
||||
.iwt2-info-row em {
|
||||
color: #fff4a8;
|
||||
font-style: normal;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.iwt2-action-row:disabled {
|
||||
color: var(--muted);
|
||||
cursor: default;
|
||||
opacity: 0.72;
|
||||
}
|
||||
|
||||
.iwt2-action-row:disabled em {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.iwt2-action-row.selected,
|
||||
.iwt2-menu-card.game-selected {
|
||||
background: #1c2633;
|
||||
@@ -708,6 +750,13 @@
|
||||
grid-template-rows: auto auto minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.iwt2-bottom-display .dual-control-chip {
|
||||
background: var(--panel-light);
|
||||
border: 2px solid #090a0d;
|
||||
outline: 2px solid #494756;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.game-version-grid,
|
||||
.iwt2-menu-grid {
|
||||
@@ -725,7 +774,8 @@
|
||||
}
|
||||
|
||||
.iwt2-profile-grid,
|
||||
.iwt2-settings-panel {
|
||||
.iwt2-settings-panel,
|
||||
.iwt2-customize-layout {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
@@ -2038,7 +2088,8 @@ html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:fo
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.dual-controls-targets button {
|
||||
.dual-controls-targets button,
|
||||
.dual-controls-targets .dual-control-chip {
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
gap: 6px;
|
||||
@@ -2050,7 +2101,8 @@ html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:fo
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.dual-controls-targets.direct button {
|
||||
.dual-controls-targets.direct button,
|
||||
.dual-controls-targets.direct .dual-control-chip {
|
||||
font-size: 15px;
|
||||
min-height: 34px;
|
||||
}
|
||||
@@ -2196,7 +2248,9 @@ html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:fo
|
||||
}
|
||||
|
||||
.dual-controls-targets button,
|
||||
.dual-controls-targets.direct button {
|
||||
.dual-controls-targets.direct button,
|
||||
.dual-controls-targets .dual-control-chip,
|
||||
.dual-controls-targets.direct .dual-control-chip {
|
||||
font-size: 12px;
|
||||
min-height: 30px;
|
||||
padding: 4px 5px;
|
||||
@@ -6998,6 +7052,15 @@ h2 {
|
||||
opacity: 0.48;
|
||||
}
|
||||
|
||||
.iwt2-bottom-display .iwt2-bottom-spell {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.iwt2-bottom-display .iwt2-bottom-spell:hover {
|
||||
outline-color: #494756;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.spell kbd {
|
||||
align-items: center;
|
||||
background: #090a0d;
|
||||
|
||||
Reference in New Issue
Block a user