MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โ-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (โ-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* PDFEmbed responsive fix for Vector 2022 */
.pdfembed,
.pdfembed iframe,
.pdfembed object {
width: 100% !important;
height: 100% !important;
max-width: 100% !important;
max-height: 100% !important;
display: block !important;
}
/* Remove Vector 2022 content width limits */
.vector-feature-limited-width .mw-body,
.vector-feature-limited-width .mw-content-container {
max-width: none !important;
}