MediaWiki:Gadget-TimelessCategories.css: Difference between revisions

(Created page with "→‎Timeless skin: Always show categories at the bottom of the page: @media all and (min-width: 1100px) { #catlinks { display: inherit; margin: 0 2em !important; padd...")
 
m (1 revision imported)
 

Latest revision as of 13:22, August 16, 2023

/* Timeless skin: Always show categories at the bottom of the page */

@media all and (min-width: 1100px) {
	#catlinks {
		display: inherit;
		margin: 0 2em !important;
		padding-bottom: 0.75em !important;
	}
	#catlinks-sidebar {
		display: none !important;
	}
}