WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.1K

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 5y

At least things increasingly look better.

[–] 0 pt 5y

Try toggling dark mode now.

[–] 1 pt 5y

That's beautiful!

[–] 1 pt 5y

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

[–] 1 pt 5y

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

[–] 0 pt 5y

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 5y

No more accidential refreshing!

You're welcome.

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

[–] 0 pt 5y

Hiding logout button to avoid accidentally hitting hitting it.

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

[–] 0 pt 5y

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

Line added:

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