MediaWiki:Vector-dark.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 505: | Line 505: | ||
align-items: center; | align-items: center; | ||
} | } | ||
/* Tame the dynamically-generated slideshow div */ | /* Tame the dynamically-generated slideshow div */ | ||
Line 516: | Line 513: | ||
justify-content: center; /* Center horizontally */ | justify-content: center; /* Center horizontally */ | ||
align-items: center; /* Center vertically */ | align-items: center; /* Center vertically */ | ||
position: center middle !important; | |||
overflow: hidden !important; | overflow: hidden !important; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
Line 529: | Line 527: | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
position: center middle !important; | |||
overflow: hidden; | overflow: hidden; | ||
box-sizing: border-box; | box-sizing: border-box; |