6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 801: | Рядок 801: | ||
.header-banner__search input { width: 360px; margin-right: 16px; padding: 12px 16px; font-size: 14px; font-family: 'Manrope', sans-serif; border: none; border-radius: 6px; background: #fff; color: #333; outline: none; } | .header-banner__search input { width: 360px; margin-right: 16px; padding: 12px 16px; font-size: 14px; font-family: 'Manrope', sans-serif; border: none; border-radius: 6px; background: #fff; color: #333; outline: none; } | ||
.header-banner__search button { padding: 12px 20px; font-size: 14px; font-weight: 600; font-family: 'Manrope', sans-serif; border: none; border-radius: 6px; background: #3b82f6; color: #fff; cursor: pointer; } | .header-banner__search button { padding: 12px 20px; font-size: 14px; font-weight: 600; font-family: 'Manrope', sans-serif; border: none; border-radius: 6px; background: #3b82f6; color: #fff; cursor: pointer; } | ||
/* ── вставити в кінець Common.css ── */ | |||
/* 1. ПРАВИЙ ВІДСТУП — прибираємо scrollbar-gutter */ | |||
html { | |||
scrollbar-gutter: auto !important; | |||
} | |||
/* 2. R-BOX — ширина = відступ контенту, без зазору */ | |||
.r-box, | |||
.tournament-box, | |||
.series-box { | |||
width: 300px !important; | |||
right: 0 !important; | |||
} | |||
@media screen and (min-width: 1000px) { | |||
.banner-container, | |||
.content, | |||
.pre-content, | |||
.post-content, | |||
#mw-content-text, | |||
.overlay-header { | |||
margin-right: 300px !important; | |||
} | |||
} | |||
/* 3. R-BOX NAV — не ховається під header | |||
top: 56px вже є, але minerva header може бути вищим */ | |||
.r-box, | |||
.tournament-box, | |||
.series-box { | |||
top: 56px !important; | |||
} | |||