6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 1723: | Рядок 1723: | ||
.mcc-home-panel-bd { | .mcc-home-panel-bd { | ||
overflow: hidden; | overflow: hidden; | ||
transition: max-height 0. | transition: max-height 0.35s cubic-bezier(.4,0,.2,1), opacity 0.22s; | ||
max-height: | max-height: 99999px; | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
| Рядок 1849: | Рядок 1849: | ||
width: 100% !important; | width: 100% !important; | ||
height: 100% !important; | height: 100% !important; | ||
} | |||
/* ══════════════════════════════════════════════ | |||
CENTERING + MAX WIDTH FIXES | |||
══════════════════════════════════════════════ */ | |||
@media screen and (min-width: 1000px) { | |||
/* Center content with auto margins inside the l-box offset */ | |||
.content, .pre-content, .post-content, .banner-container { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
/* Account for l-box (265px) and r-box (300px) */ | |||
padding-left: 265px !important; | |||
padding-right: 300px !important; | |||
max-width: 1340px !important; | |||
width: 100% !important; | |||
box-sizing: border-box !important; | |||
} | |||
/* Full-width pages — no r-box offset */ | |||
.page-Ігри .content, .page-Статистика .content, | |||
.page-Перша_статистика .content, .page-Фіналіст .content, | |||
.page-Сезони .content, .page-Гравці .content, | |||
.page-Фундація .content, .page-Призовий_фонд .content, | |||
.page-Призові .content, .page-Титули .content, | |||
.page-Період .content, .page-Головна_сторінка .content { | |||
padding-left: 265px !important; | |||
padding-right: 20px !important; | |||
max-width: 1340px !important; | |||
} | |||
} | |||
/* ── Player panel — no max-height cap so all 166 cards show ── */ | |||
#players-panel { | |||
max-height: none !important; | |||
} | } | ||