• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~tildes with the tag "userstyles". Back to normal view / Search all groups
    1. User-styles don't work on Tildes anymore?

      I can't seem to get any CSS user-style to work with Tildes anymore. I'm using Stylus on Firefox. Has something changed recently on Tildes which is causing this? Edit: I was using Stylus already,...

      I can't seem to get any CSS user-style to work with Tildes anymore. I'm using Stylus on Firefox. Has something changed recently on Tildes which is causing this?
      Edit: I was using Stylus already, just thought it was Stylish.

      10 votes
    2. Wide Tildes: A user-style for better utilization of large monitors

      Install from here: Wide Tildes on UserStyles.world Features Multiple columns on list pages Wider site on all pages Source @-moz-document domain("tildes.net") { header#site-header { width: 97vw; }...

      Install from here: Wide Tildes on UserStyles.world

      Features

      • Multiple columns on list pages
      • Wider site on all pages

      Source

      @-moz-document domain("tildes.net") {
      header#site-header {
          width: 97vw;
      }
      
      .topic-listing li {
          break-inside: avoid-column;    
      }
      
      .topic-listing {
          column-width: 25em;
      }
      
      .topic-text-excerpt {
          display: none;
      }
      }
      
      25 votes