MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 669:
/* ======================================================= */
/* FORCE STICKY
/* ======================================================= */
@media screen and (min-width: 768px) {
/* 1. LOCK HOME BUTTON SHAPE (Fixes the Oval Issue) */
.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 */
#cps-open-toc {
display: flex !important;
Line 678 ⟶ 694:
z-index: 9999 !important;
/*
position: fixed !important;
top: auto !important;
bottom: 25px !important;
left: 50% !important;
right: auto !important;
/*
margin-left: -22px !important;
/* Styling */
background-color: rgba(0, 0, 0, 0.2) !important;
width: 44px !important;
| |||