MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 119: | Line 119: | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
grid-template-columns: repeat(auto-fill, 50px); | grid-template-columns: repeat(auto-fill, 50px); | ||
} | |||
.model-view-css-fix{ | |||
object-fit: contain; | |||
height: 80vh; | |||
width:auto; | |||
} | |||
model-viewer { | |||
width: 40vh; | |||
height: 80vh; | |||
} | } |