MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Hytalewiki (talk | contribs) Blanked the page Tags: Blanking Reverted |
Hytalewiki (talk | contribs) No edit summary Tags: Manual revert Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | |||
.item-layout { | |||
display: flex; | |||
flex-direction: row; | |||
align-items: flex-start; | |||
gap: 2em; | |||
} | |||
.item-main { | |||
flex: 1; | |||
min-width: 0; | |||
} | |||
.item-infobox { | |||
flex: 0 0 300px; | |||
max-width: 300px; | |||
border: 1px solid #ccc; | |||
padding: 1em; | |||
} | |||