WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

692

Since more and more users are customizing their subs with extra CSS code, we've updated several things to make your mobile experience even better.

  • New menu bar that can easily become a banner without breaking elements inside

  • No more hamburger menu that was causing issues on Android devices

  • Search is now part of the menu bar as well as PM box icon with notification badge

  • New user dropdown menu for score, profile, settings, day/dark mode, and log out

  • New sorting for posts: you can see now when you are in your "home page" or "all"

  • Subs I follow (SIF) becomes a dropdown menu arrow and is moving back to the top right menu

  • "Sub of the day" gets an upgrade and comes closer to the top of the sidebar

  • and a lot of backend code cleaning that you probably don't care about...

As usual, if you notice something funny, leave a comment and a screenshot of that funny part.

Poal Team.

Since more and more users are customizing their subs with extra CSS code, we've updated several things to make your mobile experience even better. * New menu bar that can easily become a banner without breaking elements inside * No more hamburger menu that was causing issues on Android devices * Search is now part of the menu bar as well as PM box icon with notification badge * New user dropdown menu for score, profile, settings, day/dark mode, and log out * New sorting for posts: you can see now when you are in your "home page" or "all" * Subs I follow (SIF) becomes a dropdown menu arrow and is moving back to the top right menu * "Sub of the day" gets an upgrade and comes closer to the top of the sidebar * and a lot of backend code cleaning that you probably don't care about... As usual, if you notice something funny, leave a comment and a screenshot of that funny part. Poal Team.

(post is archived)

[–] 0 pt

Maybe its just on mobile

[–] 1 pt

It is, but the problem isn't related to the last update.

If you scroll a dozen posts down on mobile you'll see the background.

The problem is in your custom css. The following works:

body { background-image: url(%%Entity%%); }

[–] 1 pt

So i just replace the css image with that?

[–] 1 pt

replace

body { background-image: url(%%Entity%%); background-repeat: no-repeat !important; background-attachment: fixed !important; background-position: center !important; }

with

body, body.dark { background-image: url(%%Entity%%); }

[–] 0 pt

Fuck i dont even know how to get to the css anymore.... ivan helped me the first time... im retarded im sorry

[–] 1 pt

Mind if I do it?

It's in the side bar > Edit Sub Stylesheet