Jump to content

MediaWiki:Common.css: Difference between revisions

From International Treaty Law Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}