Skip to content

Wide Tildes by gadling

Screenshot of Wide Tildes

Details

Authorgadling

LicenseNo License

Categorytildes.net

Created

Updated

Size357 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A user-style for better utilization of large monitors

Notes

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

Source code

/* ==UserStyle==
@name         Wide Tildes
@version      20230710.20.53
@namespace    ?
==/UserStyle== */

@-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;
}

}

Reviews

No reviews yet.