Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Single post in berry garden css

Forum Index > PokéFarm > Guides > berry garden css >

eura's Avatareura
eura's Avatar
anyone else sick of scrolling and watering plants so you can harvest some [REDACTED]? me too! here's CSS to make it easier. this is what it looks like. you can install it as a userstyle here, or put the following CSS into your site skin. it will, unfortunately, make all the other buttons on site look bigger as well, since I couldn't figure out how to isolate only the watering buttons.

button{ display: flex; align-items: center; justify-content: center; margin-top: 10px; padding: 20px; overflow: hidden; margin-right: -60px; } button:hover{ margin-right: 0; } #garden_content>ul>li>.status{ display: none; } #garden_content>ul>li>.soil{ display: none; } #garden_content>ul>li>.time{ display: none; } #garden_content>ul>li{ width: 10px; }
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page