MediaWiki:Common.css: Difference between revisions
From Rebellious Projects Wiki
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
.infobox .gallery { | |||
display: flex; | |||
flex-wrap: nowrap; | |||
overflow-x: auto; | |||
overflow-y: hidden; | |||
gap: 6px; | |||
} | |||
.infobox .gallerybox { | |||
flex: 0 0 auto; | |||
} | |||
Revision as of 07:52, 9 April 2026
.infobox .gallery {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
gap: 6px;
}
.infobox .gallerybox {
flex: 0 0 auto;
}
No categories

