MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Prevent Jira button from overlapping preferences button on mobile */
@media (max-width: 1000px) {
@media (max-width: 1000px) {
.skin-citizen #jsd-widget {
.mw-header .citizen-header__end {
bottom: 48px !important;
margin-right: 70px;
}
}
}
}


/* Prevent white background behind Jira button in dark mode */
.skin-citizen-dark #jsd-widget {
.skin-citizen-dark #jsd-widget {
color-scheme: initial;
color-scheme: initial;
}
}

Revision as of 17:09, 22 February 2023

/* CSS placed here will be applied to all skins */

/* Prevent Jira button from overlapping preferences button on mobile */
@media (max-width: 1000px) {
	.mw-header .citizen-header__end {
		margin-right: 70px;
	}
}

/* Prevent white background behind Jira button in dark mode */
.skin-citizen-dark #jsd-widget {
	color-scheme: initial;
}