BUILD125 — параметры нижней панели + сортировка игроков
This commit is contained in:
@@ -7805,3 +7805,35 @@ body.hockey-navigation-open .runtime-viewport.has-hockey-pbp { gap: 14px !import
|
||||
.hockey-line-order{display:grid;place-items:center;width:22px;height:22px;border:1px solid rgba(84,229,196,.34);border-radius:999px;color:#07130f;background:#54e5c4;font-size:9px;font-weight:950;font-variant-numeric:tabular-nums}
|
||||
.hockey-line-card.is-unassigned .hockey-line-player{grid-template-columns:10px 30px minmax(0,1fr) auto}
|
||||
.hockey-lines-empty{position:absolute;inset:0;display:grid;place-content:center;gap:6px;color:#7890a8;text-align:center}.hockey-lines-empty strong{color:#d9e8f6;font-size:17px}.hockey-lines-empty span{font-size:9px}
|
||||
|
||||
|
||||
/* BUILD125 — visible lower-panel selector parameters.
|
||||
Keep the option/value editor inside the card instead of clipping it past the right edge. */
|
||||
.prematch-editor-selector-row {
|
||||
grid-template-columns: 28px 28px 92px minmax(160px,1fr) minmax(125px,.78fr) minmax(140px,.82fr) minmax(190px,1.05fr) 150px 34px;
|
||||
align-items: end;
|
||||
}
|
||||
.prematch-editor-selector-row .quick-selector-options-field {
|
||||
grid-column: 4 / 8;
|
||||
min-width: 0;
|
||||
}
|
||||
.prematch-editor-selector-row .quick-selector-options-field input {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
.prematch-editor-selector-row .quick-selector-default-field {
|
||||
grid-column: 8 / 9;
|
||||
min-width: 0;
|
||||
}
|
||||
@media (max-width: 1350px) {
|
||||
.prematch-editor-selector-row {
|
||||
grid-template-columns: 28px 28px 92px repeat(3,minmax(145px,1fr)) 34px;
|
||||
}
|
||||
.prematch-editor-selector-row .quick-selector-options-field { grid-column: 4 / 7; }
|
||||
.prematch-editor-selector-row .quick-selector-default-field { grid-column: 4 / 6; }
|
||||
}
|
||||
@media (max-width: 760px) {
|
||||
.prematch-editor-selector-row { grid-template-columns: 1fr; }
|
||||
.prematch-editor-selector-row .quick-selector-options-field,
|
||||
.prematch-editor-selector-row .quick-selector-default-field { grid-column: auto; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user