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.
/* Remove Vector 2022 width limits */
.vector-feature-limited-width .mw-content-container,
.vector-feature-limited-width .mw-body,
.vector-feature-limited-width .mw-page-container {
max-width: none !important;
width: 100% !important;
}
/* Force PDFEmbed iframe to scale */
.pdfembed iframe,
.pdfembed object {
width: 100% !important;
height: 100% !important;
max-width: 100% !important;
max-height: 100% !important;
display: block !important;
}