MediaWiki:Common.css/src/extension/EmbedVideo.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

/********* Extension:EmbedVideo *********/
/* Fix missing thumbnail styling */
.thumb.embedvideo .embedvideo {
	background-color: var(--theme-box-background);
	border: 1px solid var(--theme-border-color);
	border-radius: var(--theme-box-border-radius);
	padding: 3px;
	text-align: center;
	overflow: hidden;
}