• EtzBetz@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    There’s a point somewhere here, but people using apps in full screen with this screen are stupid

  • PlexSheep@infosec.pub
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    5 months ago

    You need to turn your head to read the line number.

    Besides, your lines shouldn’t be longer than 80 characters anyway

    • neo@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Well, as the picture says, with this bad boy you can use 86 characters per line.

  • VeganPizza69 Ⓥ@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    What would even be the design solution without massive empty space? Add a lot of columns? Make the long content horizontal instead of vertical?

    • wizzor@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      I think for most web apps it doesn’t make sense to allow the width to get so wide, except when the content being displayed is a columnar list and even then it’s a pretty marginal benefit.

      What I’ve done is limit the max-width to some amount of px/chars and allowed the remaining space be empty, with an exception for when displaying tables. Even with tables, the bigger width is only beneficial if either the contents of the columns are large enough, or there are very many columns to show. The solution in my mind is limiting the column widths to the longest content.