MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* 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; | |||
} | |||
Revision as of 04:10, 22 January 2026
/* 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;
}