미디어위키:Vector-2022.css: 두 판 사이의 차이
보이기
편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* Vector-2022 헤더: desktop-wide 구간에서만 grid 조정 */ | /* Vector-2022 헤더: desktop-wide 구간에서만 grid 조정 */ | ||
.skin-vector-2022 .vector-header-container { | .skin-vector-2022 .vector-header-container { | ||
grid-template-columns: | grid-template-columns: | ||
| 8번째 줄: | 7번째 줄: | ||
min-content; /* 유틸 */ | min-content; /* 유틸 */ | ||
} | } | ||
/* 로고 타이틀 (span) */ | /* 로고 타이틀 (span) */ | ||
2026년 1월 20일 (화) 15:00 판
/* Vector-2022 헤더: desktop-wide 구간에서만 grid 조정 */
.skin-vector-2022 .vector-header-container {
grid-template-columns:
min-content /* 메뉴 */
minmax(20em, 2fr) /* 로고 영역 */
minmax(0, 1fr) /* 검색 */
min-content; /* 유틸 */
}
/* 로고 타이틀 (span) */
.skin-vector-2022 .mw-logo-wordmark {
white-space: nowrap;
font-size: 1.2em;
line-height: 1.2;
}