Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Wimbum Vault
Created page with "Custom Mobile Tweaks for Vector 2022: @media (max-width: 768px) { .vector-header { padding: 10px; } .vector-page-toolbar { padding: 5px; } .vector-toc, .vector-sidebar-container { font-size: 16px; } .mw-body { padding: 10px; } .vector-main-menu { background-color: #f8f9fa; } }"
 
Blanked the page
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Custom Mobile Tweaks for Vector 2022 */


@media (max-width: 768px) {
    .vector-header {
        padding: 10px;
    }
    .vector-page-toolbar {
        padding: 5px;
    }
    .vector-toc, .vector-sidebar-container {
        font-size: 16px;
    }
    .mw-body {
        padding: 10px;
    }
    .vector-main-menu {
        background-color: #f8f9fa;
    }
}

Latest revision as of 09:13, 27 April 2025