• Yttra@lemmy.world
    link
    fedilink
    arrow-up
    27
    arrow-down
    2
    ·
    3 months ago

    Never saw the appeal in vertical tabs, but maybe Edge or FF extensions just don’t do them well enough… Good for Mozilla though, I guess

    • Nik282000@lemmy.ca
      link
      fedilink
      arrow-up
      26
      ·
      3 months ago

      For 16:9 (ish) displays you have more pixels left to right than up and down, it makes sense to use up your horizontal space first when placing permanent UI elements on your screen. Still up to preference though.

            • 𝘋𝘪𝘳𝘬@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              3 months ago

              Yeah, but combining those doesn’t make the buttons smaller and tab-like. Enabling userchrome.css support and tweaking it yourself does, though. Still dumb that Firefox uses giant buttons instead of tabs.

      • shasta@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        The real crime here is the death of full screen monitors. Full screen just works so well for Internet browsing and programming. The switch to widescreen became common because games and movies were becoming more widescreen and that caused them to look smaller on full screen monitors. These days, the problem can be solved by getting extra large full screen monitors. Back then, that was not financially feasible.

    • toastal@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      A lot of websites are optimized for reading at around 1024 pixel which means many sites just give you the void to look at on both sides of a centered site (worse in naïvely scaling up all UI to the max so widscreen monitors get billboard-sized text)—so you may as well have more vertical reading space. The other part has to deal with keeping the titles readable with several open as the Latin script is horizontal. Either the titles disappear & you are left with tolerate logo favicons like Chromium or like Fx where the tabs move to vertical scrolling which is difficult to parse quickly—there’s a reason why you write your grocery list with a newline as a separator than trying to cram it all on a single line. Given the current Fx implementations using the sidebar are kind of a hack, I for one am happy to see this finally being worked on.