• Only use mobile navigation layout on mobile devices
    8 replies, posted
bottom navbars are for fingers, not every window under 500 pixels
Oh god why is that there now I do all sorts of shit on my phone to fit as much content as possible on the screen and now that thing takes up more space than the nav buttons
Mobile PHONEs https://media.idownloadblog.com/wp-content/uploads/2014/06/SoundCloud-3.0-for-iOS-iPhone-redesign-003.png
What's more, the "parent forum" button is still missing and now the CSS that made it show up no longer works: Back navigation button on top bar to get into subfourm from a th..
If anyone wants the bottom navbar to not display on desktop devices completely, then apply this custom css: #footbar{ display: none!important } @media (pointer: coarse) { #footbar{ display: block!important } } It will still display on mobile.
You shouldn't have to use custom css to make the site fundamentally usable
the work in progress, subject to changes site
How about just disabling the mobile site when you're in landscape
Exactly, there's a very high chance that it will be changed, deploying your own fix can just make it even worse depending in how garry wants to develop his solution
Sorry, you need to Log In to post a reply to this thread.