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

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    17 days ago

    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
      link
      fedilink
      English
      arrow-up
      2
      ·
      16 days ago

      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
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        16 days ago

        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
          link
          fedilink
          English
          arrow-up
          2
          ·
          16 days 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.

        • wjs018@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          15 days 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.

          edit: and it got broke again with a later update…stay tuned

          edit edit: works again, and rimu fixed the long name issue