Uživatel:Stevek55/common.css
Skočit na navigaci
Skočit na vyhledávání
Poznámka: Po zveřejnění musíte vyprázdnit cache vašeho prohlížeče, jinak změny neuvidíte.
- Firefox / Safari: Při kliknutí na Aktualizovat držte Shift nebo stiskněte Ctrl-F5 nebo Ctrl-R (na Macu ⌘-R)
- Google Chrome: Stiskněte Ctrl-Shift-R (na Macu ⌘-Shift-R)
- Internet Explorer / Edge: Při kliknutí na Aktualizovat držte Ctrl nebo stiskněte Ctrl-F5
- Opera: Stiskněte Ctrl-F5.
/* 1. Remove the global width cap */
.mw-page-container {
max-width: none !important;
}
/* 2. Expand the workspace (where the text lives) */
.mw-workspace-container {
max-width: none !important;
}
/* 3. Force the content area to fill the newly available space */
.mw-content-container {
max-width: none !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
/* 4. Fix the sticky header so it doesn't stay small at the top */
.vector-sticky-header {
max-width: none !important;
}