MediaWiki:Mobile.css: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 185: | Line 185: | ||
width: 850px !important; | width: 850px !important; | ||
flex: 0 0 850px !important; | flex: 0 0 850px !important; | ||
} | |||
/* FORCE SIDEBAR VISIBILITY ON MOBILE */ | |||
#cosmos-right-rail, .cosmos-right-rail { | |||
display: block !important; | |||
visibility: visible !important; | |||
width: 300px !important; | |||
opacity: 1 !important; | |||
} | |||
#cosmos-content, .mw-body { | |||
display: flex !important; | |||
flex-direction: row !important; /* Force side-by-side */ | |||
width: 1200px !important; | |||
max-width: 1200px !important; | |||
} | |||
#cosmos-content-main { | |||
width: 850px !important; | |||
} | } | ||