Fix logo/sidebar alignment on two-column mode

(margins get lost/combined into larger one unless container... stuff;
on three-column flexbox takes care of this for us)

Change-Id: Ib2a93fa0c24f693375fb8c959e77dd47c8087121
isekai
Isarra 6 years ago
parent 3b94d9a023
commit d2fc86f919

@ -14,6 +14,12 @@
position: relative;
}
#mw-site-navigation {
// Force the portlet margins to apply at the top too
// No I don't know how to do this properly
padding-top: 0.01em;
}
#mw-related-navigation > div.sidebar-chunk:first-child {
margin-top: 0;
}

@ -136,6 +136,6 @@
/* Content */
#mw-content-container {
margin-top: @fixed-header-height;
margin-top: @fixed-header-height + @color-height;
padding-bottom: 1em;
}

Loading…
Cancel
Save