this post was submitted on 10 Aug 2025
17 points (94.7% liked)

PieFed Meta

1845 readers
122 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 2 years ago
MODERATORS
 

Hi I think the hamburger menu on mobile doesn't look that good I have a suggestion to make the icons bigger and add text to it and make it a actual menu instead of expanding the whole top.

you are viewing a single comment's thread
view the rest of the comments
[–] rimu@piefed.social 7 points 2 months ago (4 children)

Rather than try to rescue the hamburger menu, I created a new always-there bottom menu which is only shown on mobile devices.

Please give it a try on https://crust.piefed.social/ if you're on a mobile when you read this.

[–] Blaze@lemmy.zip 2 points 2 months ago
[–] artiman@piefed.social 2 points 2 months ago

It's very nice

[–] 0x1C3B00DA@piefed.social 1 points 2 months ago (1 children)

Is there a way to turn it off

[–] rimu@piefed.social 2 points 2 months ago (1 children)

Sure.

Go to https://piefed.social/user/settings and find the field 'Additional CSS'. Paste this into it then save the form:

.mobilenav { display: none; }
[–] 0x1C3B00DA@piefed.social 1 points 2 months ago
[–] clovis@bdx.town 1 points 2 months ago (1 children)

@rimu @artiman on my phone the new menu is wrapping on two lines

Maybe you want it to nowrap and with an horizontal scroll ?

[–] rimu@piefed.social 2 points 2 months ago

Thanks, I'll look into it.