Template:Media table/styles.css

< Template:Media table
Revision as of 11:52, July 5, 2024 by Porplemontage (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.wikitable.mediaRow {
	margin: 0 !important;
	display: table !important;
	max-width: none !important;
}
.mediaRow + .mediaRow,
.mediaRow + .mediaRow td {
	border-top: 0 !important;
}
.mediaRow .mw-tmh-player.audio {
	max-width: 300px !important;
}

@media all and (max-width: 719px) {
	.mediaRow .fileInfo {
		display: none !important;
	}
	.videoRow .fileMain > center {
		margin-top: 5px !important;
	}
	.audioRow .fileMain > center {
		margin-top: 10px !important;
	}
}