mNo edit summary Tag: Manual revert |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* | /* First, hide the actions section by default (handles both old browsers and view source case) */ | ||
#cosmos- | #cosmos-page-header { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Then, only in browsers that support has(), re-enable it specifically for edit source */ | |||
@supports selector(:has(*)) { | |||
#cosmos-page-header:has(#ca-editsource) { | |||
display: flex !important; | |||
} | |||
} | } | ||
Revision as of 18:07, 18 November 2024
/* First, hide the actions section by default (handles both old browsers and view source case) */ #cosmos-page-header { display: none !important; } /* Then, only in browsers that support has(), re-enable it specifically for edit source */ @supports selector(:has(*)) { #cosmos-page-header:has(#ca-editsource) { display: flex !important; } } /* Hide categories */ #cosmos-toolbar { display: none !important; } /* Add padding to bottom */ #cosmos-footerContent-footerLinks { padding-bottom: 10px; }