mNo edit summary |
mNo edit summary Tag: Reverted |
||
Line 6: | Line 6: | ||
/* Hide categories */ | /* Hide categories */ | ||
#cosmos-toolbar { | #cosmos-toolbar { | ||
display: none !important; | |||
} | |||
/* Hide title text */ | |||
#cosmos-title-text { | |||
display: none !important; | display: none !important; | ||
} | } |
Revision as of 03:31, 18 November 2024
/* Hide view source section */ #cosmos-articleHeader-actions:has(#ca-viewsource) { display: none !important; } /* Hide categories */ #cosmos-toolbar { display: none !important; } /* Hide title text */ #cosmos-title-text { display: none !important; } /* Add padding to bottom */ #cosmos-footerContent-footerLinks { padding-bottom: 10px; }