Jump to content

User:4erospace/common.css: Difference between revisions

m CSS test
Tag: Blanking
m CSS test
Line 1: Line 1:
@media screen and (min-width: 1200px) {
.vector-feature-limited-width-clientpref1 #mw-panel {
left: unset;
}
}


#mw-panel {
position: absolute;
top: 0;
width: 10em;
left: 0;
}

Revision as of 01:56, 14 June 2025

@media screen and (min-width: 1200px) {
	.vector-feature-limited-width-clientpref1 #mw-panel {
		left: unset;
	}
	
}

#mw-panel {
	position: absolute;
	top: 0;
	width: 10em;
	left: 0;
}