MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1:
/* ===== Final Fix:
/* Remove
.vector-header
padding-top: 0 !important;▼
.vector-header-container,▼
}
▲ padding: 0 !important;
▲.vector-header-container, .vector-sticky-header {
▲ margin: 0 !important;
padding-bottom: 0 !important;
height: auto !important;
min-height: 0 !important;
}
/*
.vector-header-start, .vector-header-
margin: 0 !important;
.vector-header .vector-header-start .vector-header-wiki-name {▼
height: auto !important;
display: flex !important;
justify-content: center !important;
}
/*
.vector-header-logo, .mw-logo-icon {
width:
background-size: contain !important;
background-repeat: no-repeat !important;
background-position:
▲ display: flex !important;
▲ align-items: flex-start !important; /* KEY: stick to top */
▲ justify-content: center !important;
}
/* ===== Hide site title in Vector 2022 ===== */
.vector-header .vector-header-start .mw-logo-wordmark,
▲ display: flex !important;
▲.vector-header .vector-header-start .vector-header-wiki-name {
}
|