MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 155:
#cps-open-toc {
position: fixed;
left: 16px;
/* POSITION: Right side */
bottom: calc(16px + env(safe-area-inset-bottom, 0px));
right: 16px; /* Changed from left: 16px */
width: 48px; height: 48px;
left: auto; /* Safety: ensures left is unset */
/* POSITION: Lifted (to clear Google Anchor Ads) */
bottom: calc(16px120px + env(safe-area-inset-bottom, 0px));
/* SHAPE: Smaller Size (40px) */
width: 40px; /* Changed from 48px */
height: 40px; /* Changed from 48px */
border: 0; border-radius: 999px;
display: none; /* shown by JS when headings exist */
align-items: center; justify-content: center;
font-size: 14px; font-weight: 600;