Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That giant top bar that covers 15% of a screen and feels like it is trying to crush my spirit can I get rid of it somehow?
.p-navSticky {
position: static !important;
}
.p-navSticky,
.p-navSticky--primary,
.p-nav--wrapper,
nav.p-nav,
.p-nav-inner {
max-height: 54px;
}
Install Styles on your browser.
Add the following for QQ to have the navbar not follow your scrolling (it stays on the top of the site).
CSS:.p-navSticky { position: static !important; }
Now, changing the height could be simple, depending on how small you want it and how the site reacts. Here's how I'm doing it in my config:
CSS:.p-navSticky, .p-navSticky--primary, .p-nav--wrapper, nav.p-nav, .p-nav-inner { max-height: 54px; }
I can set it to 20px, but it looks ugly, and you can still click several pixels below the text of the buttons to trigger them.
Oh, that is so much more comfortable. Thank you.We now have a thread for posting candidates for new style installation.
Thats already fixable under preferences. You can make them all one way or the other, or pick and choose what kind of alerts auto mark or notCan we change the default behaviour of the alerts? Whenever I open the notification, all the alerts are mark as read, and this is very inconvenient when you have dozens of alerts.
It is. In the Preferences menu, there's a field called "sticky header navbar" with a checkbox "disable." That may have just been added, though.