MediaWiki:Vector-2022.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector 2022 skin */
/* CSS placed here will affect users of the Vector 2022 skin */


/* Standard changes */
#siteSub { display: block; }
#siteSub { display: block; }
.mw-logo-wordmark {
.mw-logo-wordmark {

Revision as of 22:14, 10 August 2023

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

/* Standard changes */
#siteSub { display: block; }
.mw-logo-wordmark {
	width: 160px !important;
	height: auto !important;
}
#p-lang-btn.mw-portlet-empty {
	float: right;
	display: block;
}
@media all and (max-width: 719px) {
	#p-lang-btn .vector-menu-heading-label {
		display: none;
	}
}