Hacker News new | ask | show | jobs
by djkoolaide 1047 days ago
Do you mind sharing this? Sounds like it would solve the exact problem on my ultra-wide monitor.
1 comments

Not at all, copied verbatim from my userContent.css file, full path $FIREFOXPROFILE/chrome/userContent.css:

      @-moz-document domain(news.ycombinator.com) {
         .comment {
            font-size: 12px;
            line-height: 1.75em;
            padding: 10px 0 10px 0;
            max-width: 64ch;
            display: block;
         }
         .commtext {
            font-size: 12px;
            line-height: 1.75em;
            padding: 10px 0 10px 0;
            max-width: 64ch;
            display: block;
         }
      }