MediaWiki:Vector-2022.css: Difference between revisions

mNo edit summary
mNo edit summary
 
Line 17: Line 17:
width: auto !important;
width: auto !important;
display: flex !important;
display: flex !important;
}
/* Echo extension */
@media all and (max-width: 719px) {
.vector-menu-content-list {
display: none !important;
}
}
}

Latest revision as of 09:22, August 20, 2024

/* CSS placed here will affect users of the Vector 2022 skin */

/* Wordmark/icon logo */
.mw-logo-wordmark, .mw-logo-icon { filter: invert(1) hue-rotate(180deg); }

/* Indicators */
#mw-indicator-rc {
	top: -16px;
	font-size: 80%;
}
#rc-bot {
	margin-top: 0 !important;
}

/* Notice boxes */
.noticebox {
	width: auto !important;
	display: flex !important;
}