MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Basic styling for <video> element)
m (Remove tabber styling fix, appears to be resolved now)
Line 777: Line 777:
}
}


.character-images .tabber__section {
/* .character-images .tabber__section {
width: 312px;
width: 312px;
}
} */


.character-images video {
.character-images video {
Line 785: Line 785:
height: 300px;
height: 300px;
width: 100%;
width: 100%;
max-width: 480px;
object-fit: cover;
object-fit: cover;
margin: auto;
}
}