MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1:
/* ===== Final Fix:
/* Remove
.vector-header
padding-top: auto !important;▼
.vector-sticky-header,
padding-bottom: 0 !important;▼
.vector-header-start,
min-height: 0 !important;▼
.vector-header-logo,
height: auto !important;▼
.mw-logo-icon {
▲.vector-header-container, .vector-sticky-header {
padding-top: 0 !important;▼
height: auto !important;
min-height: 0 !important;
}
/*
.vector-header
.vector-header .vector-header-start .vector-header-wiki-name {▼
align-items: center !important;▼
}
/*
.vector-header-logo, .mw-logo-icon {
width: 120px !important; /* Adjust width as needed */
background-size: contain !important;
background-repeat: no-repeat !important;
background-position:
}
/* Ensure logo container aligns logo to top */
.vector-header-start {
align-items: flex-start !important; /* KEY: stick to top */
▲.vector-header .vector-header-start .vector-header-wiki-name {
}
|