WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

447

Updates and notes about the custom CSS of this subverse.

Updates and notes about the custom CSS of this subverse.

(post is archived)

[–] 1 pt

Apparently, linear gradients and smooth transitions don't work well with each other.

[–] 1 pt

At least things increasingly look better.

[–] 0 pt

Try toggling dark mode now.

[–] 1 pt

That's beautiful!

[–] 1 pt

Now, the night background has stars and more realistic colouring.

[–] 0 pt

Hiding logout button to avoid accidentally hitting hitting it.

Accessible from user settings anyway, so one more click away.

[–] 0 pt

Added yesterday, because a moron from the Chromium developement team (David Trainor) considered it a brilliant idea to get rid of many flags in chrome://flags for no logical reason (for the sake of reducing the size of the flags), including #disable-pull-to-refresh-effect and #accessibility-tab-list (not sure about the exact name in the latter one):

body { overscroll-behavior: contain ;}

Take that, David Trainor!

[–] 0 pt

No more accidential refreshing!

You're welcome.

Pull-to-refresh is so annoying in mobile phone browsers.

[–] 0 pt

The mobile navigation menu is now aligned to the right for better accessibility.

Line added:

.pure-menu-horizontal { text-align:right;}