MediaWiki:Common.css: Difference between revisions

Do not fix sidebar position (even if it can fit entirely on screen) as was causing scrolling issues in certain scenarios. Also remove padding below the logo so a bit more content can be displayed at once
(Adjust side panel pinning behavior to account for the height of the recently added items. Also remove Firefox Mobile comment as I couldn't reproduce the issue with the current app version)
(Do not fix sidebar position (even if it can fit entirely on screen) as was causing scrolling issues in certain scenarios. Also remove padding below the logo so a bit more content can be displayed at once)
 
Line 1,146: Line 1,146:
}
}


/*Keep navigation on screen, if there is room to display it without scrolling*/
/* Remove padding between logo and sidebar content */
@media screen and (min-height: 1010px) {
#mw-panel {
#mw-panel{
padding-top: 0 !important;
position: fixed !important;
}
}
}