Heisenberg submitted a new resource:
You must be registered for see links
- Show Top Page Navigation on Thread on Mobile DeviceBy default, when browsing a thread using mobile device, especially those which has width less than 480 px, the top page navigation (to switch between pages in a same thread) is hidden.
To show it, add these lines to your extra.less :
CSS:@media (max-width: 480px) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display:block; } }
You must be registered for see links