• @Yttra@lemmy.world
    cake
    link
    fedilink
    253 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
      link
      fedilink
      263 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.

        • 𝘋𝘪𝘳𝘬
          link
          fedilink
          53 months ago

          Especially with the gigantic tab buttons the browser uses by default even in “compact” mode.

          • Miss Brainfarts
            link
            fedilink
            13 months ago

            To think that I have lived years without knowing about those little features like combining title and menu bar to save space

            • 𝘋𝘪𝘳𝘬
              link
              fedilink
              13 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
        23 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
      23 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.