MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 171:
position: fixed;
/* POSITIONCHANGED: 60pxSet fromto top0 (Belowto Buttons)start exactly at the top */
top: 60px0 !important;
/* HORIZONTAL CENTERING */
left: 0 !important;
right: 0 !important;
margin: 0 auto !important; /* This centers the panel when it hits the max-width */
bottom: auto !important;
/* WIDTH CONSTRAINT */
width: 100% !important;
max-width: 900px !important; /* Matches your #content constraint so it aligns with text */
/* CHANGED: Increased height since we gained the top space back */
/* HEIGHT CONSTRAINT (Ad Safety) */
max-height:/* Was calc(100vh - 150px), now allowing it to go !important;further down */
max-height: calc(100vh - 60px) !important;
 
/* APPEARANCE */