Android build v1.1.19
This commit is contained in:
+63
-3
@@ -145,6 +145,8 @@
|
||||
}
|
||||
|
||||
.iwt2-boss-hud {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
left: 50%;
|
||||
min-width: 310px;
|
||||
padding: 8px 12px 10px;
|
||||
@@ -155,7 +157,7 @@
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.iwt2-boss-hud > div:first-child {
|
||||
.iwt2-boss-hud-row > div:first-child {
|
||||
align-items: baseline;
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
@@ -2137,7 +2139,7 @@ html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:fo
|
||||
}
|
||||
|
||||
.pvp-opponent-bottom-display {
|
||||
grid-template-rows: auto auto minmax(0, 1fr) auto;
|
||||
grid-template-rows: auto auto auto minmax(0, 1fr) auto;
|
||||
}
|
||||
|
||||
.dual-controls-header,
|
||||
@@ -2172,6 +2174,7 @@ html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:fo
|
||||
}
|
||||
|
||||
.dual-opponent-progress,
|
||||
.dual-opponent-arena,
|
||||
.dual-opponent-effects {
|
||||
background: var(--panel);
|
||||
border: 3px solid #0c0d11;
|
||||
@@ -2195,6 +2198,53 @@ html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:fo
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.dual-opponent-arena {
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.dual-opponent-arena-field {
|
||||
background:
|
||||
linear-gradient(rgba(23, 29, 36, 0.96), rgba(23, 29, 36, 0.96)),
|
||||
repeating-linear-gradient(0deg, transparent 0 39px, rgba(90, 108, 126, 0.28) 40px),
|
||||
repeating-linear-gradient(90deg, transparent 0 39px, rgba(90, 108, 126, 0.28) 40px);
|
||||
border: 2px solid #3c4a59;
|
||||
border-radius: 6px;
|
||||
max-height: 138px;
|
||||
min-height: 112px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dual-opponent-arena-entity {
|
||||
align-items: center;
|
||||
border: 2px solid #0a0c10;
|
||||
border-radius: 999px;
|
||||
color: #fff7df;
|
||||
display: flex;
|
||||
font-family: ui-monospace, Consolas, monospace;
|
||||
font-size: 10px;
|
||||
font-weight: 900;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
min-height: 12px;
|
||||
min-width: 12px;
|
||||
position: absolute;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.dual-opponent-arena-entity.boss {
|
||||
border-color: #fff0b8;
|
||||
border-radius: 45%;
|
||||
font-size: 12px;
|
||||
min-height: 18px;
|
||||
min-width: 24px;
|
||||
}
|
||||
|
||||
.dual-opponent-arena-entity.healer {
|
||||
box-shadow: 0 0 0 3px rgba(255, 244, 168, 0.84);
|
||||
}
|
||||
|
||||
.dual-opponent-party-grid {
|
||||
background: var(--panel);
|
||||
border: 3px solid #0c0d11;
|
||||
@@ -2567,7 +2617,7 @@ html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:fo
|
||||
}
|
||||
|
||||
.pvp-opponent-bottom-display {
|
||||
grid-template-rows: auto auto minmax(0, 1fr) auto;
|
||||
grid-template-rows: auto auto auto minmax(0, 1fr) auto;
|
||||
}
|
||||
|
||||
.dual-opponent-progress {
|
||||
@@ -2590,6 +2640,16 @@ html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:fo
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.dual-opponent-arena {
|
||||
border-width: 2px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.dual-opponent-arena-field {
|
||||
max-height: 112px;
|
||||
min-height: 92px;
|
||||
}
|
||||
|
||||
.dual-opponent-party-grid {
|
||||
border-width: 2px;
|
||||
gap: 6px;
|
||||
|
||||
Reference in New Issue
Block a user