MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 169:
/* --- THE DROPDOWN PANEL --- */
#cps-toc-panel {
position: fixed;
/* POSITION: 60px from top (Below Buttons) */
top: 60px !important;
/* FULLHORIZONTAL WIDTHCENTERING */
left: 0 !important;
right: 0 !important;
bottommargin: 0 auto !important; /* This centers the panel when it hits the max-width */
bottom: auto !important;
/* WIDTH CONSTRAINT */
width: 100% !important;
max-width: 100%900px !important; /* Matches your #content constraint so it aligns with text */
/* HEIGHT CONSTRAINT (Ad Safety) */
max-height: calc(100vh - 150px) !important;
/* CHANGED: Increased gap to 100px to avoid bottom ads/screen edge */
max-height: calc(100vh - 150px) !important;
 
/* APPEARANCE */
/* CHANGED: Removed rounded corners (was 12px) */
border-radius: 0 !important;