this post was submitted on 07 Jun 2025
13 points (100.0% liked)

PieFed Meta

897 readers
113 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 1 year ago
MODERATORS
 

Hey, I'd like to know if an option for right alignment could be added for the main menu on mobile?

you are viewing a single comment's thread
view the rest of the comments
[–] hendrik@palaver.p3x.de 3 points 1 day ago* (last edited 1 day ago) (1 children)

I see about two reasons to prefer it that way, being left-handed or using a right-to-left language. But with those, the parent button might want to be on that side as well. It doesn't seem to be very consistent with Android apps. I have some with the menu on the left and some with the menu on the right. And I mean the icon and instance name serves a purpose as well. I click on that regularly to return back to my feed. (And technically we don't need to move the finger, seems the clickable area is the entire width... I can click on the void at the right side and it still opens the menu item.)

[–] hendrik@palaver.p3x.de 3 points 1 day ago* (last edited 1 day ago) (1 children)

I had a look at the CSS. I thought I could fix it by adding a "text-align: right" somewhere for the breakpoint tablet and below... But I'm not an expert on bootstrap and there is submenus with additional headlines and indented items... Maybe this takes a closer look or someone who is faster at the CSS stuff than me.

[–] wjs018@piefed.social 2 points 1 day ago (1 children)

This should be fixed now and this is exactly what I ended up doing.

Going as far as moving the menu to the left side of the screen is a much bigger lift, so I am not really going to prioritize it right now.

[–] hendrik@palaver.p3x.de 2 points 17 hours ago* (last edited 17 hours ago) (2 children)

I'm not sure whether this is the solution. Now it's the first level of menu options on the right, and the next level that pops up (the feeds, communities etc) on the left. That's still a mix if left and right and you still need to reach to the left, just one lever further down.

[–] wjs018@piefed.social 1 points 39 minutes ago

Should be fixed now. The only issue I can still see is that if a community has a really long display name it will overflow the menu on very small screens.

[–] wjs018@piefed.social 2 points 13 hours ago

Yeah, I'll fix that up. I missed that the css class wasn't inherited to the child elements, so I will just need to apply the breakpoints to the submenu items.