User:JWBTH/test-uxi-mobile/styles.css

@media all and (max-width: 36em) {
	.ts-uxi-hbar {
		display: none;
	}
}

@media not all and (max-width: 36em) {
	/*
	  `:not(#dummy)` to increase the specificity and surpass `#content` in [[MediaWiki:Mobile.css]].
	  Better to replace that with `.mw-body-content`.
	*/
	.ts-uxi dl:not(#dummy),
	.ts-uxi dd:not(#dummy) {
		display: inline;
		margin: 0;
		padding: 0;
	}
}