MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* 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 iframe, | ||
.pdfembed object { | .pdfembed object { | ||
| Line 8: | Line 15: | ||
max-height: 100% !important; | max-height: 100% !important; | ||
display: block !important; | display: block !important; | ||
} | } | ||
Revision as of 04:13, 22 January 2026
/* 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;
}