MediaWiki:Common.css: Difference between revisions

m
Remove tabber styling fix, appears to be resolved now
(Basic styling for <video> element)
m (Remove tabber styling fix, appears to be resolved now)
Line 777:
}
 
/* .character-images .tabber__section {
width: 312px;
} */
 
.character-images video {
Line 785:
height: 300px;
width: 100%;
max-width: 480px;
object-fit: cover;
margin: auto;
}