MediaWiki:Common.css: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 2,256:
figure[typeof~="mw:File/Thumb"]:not([typeof~="mw:Error"]) > a.mw-file-description::after{
display:none;
}
 
/* Media Viewer */
body.mw-mmv-lightbox-open > :not(.mw-notification-area-overlay){
display:block;
}
 
.mw-mmv-image img{
max-height:80vh;
object-fit:cover;
}
 
.mw-mmv-image-metadata{
display:none;
}
 
.mw-mmv-overlay{
opacity:0.7;
}