MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 680:
@media screen and (min-width: 768px) {
/* 1. LOCK HOME BUTTON SHAPE.. (FixesHome thebutton Oval Issuestyles) ... */
.branding-box {
/* Force exact width to kill the "Tablet Mode" expansion */
width: 44px !important;
min-width: 44px !important;
max-width: 44px !important;
/* Stop Flexbox from stretching it */
flex: 0 0 44px !important;
/* Ensure position stays correct (Left of Center) */
margin-left: -86px !important;
}
 
/* 2. KEEP TOC CENTERED */
Line 701 ⟶ 689:
z-index: 9999 !important;
/* Position--- DELETE THESE 5 LINES --- */
position: fixed !important; /* Delete */
top: auto !important; /* Delete */
bottom: 25px !important; /* Delete (This is the culprit!) */
left: 50% !important; /* Delete */
right: auto !important; /* Delete */
/* ---------------------------- */
/* Center Offset */