Multiple columns for wider monitors
MultiColumn Old Reddit by gadling
Details
Authorgadling
LicenseNo License
Categoryold.reddit.com
Created
Updated
Size288 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name MultiColumn Old Reddit
@version 20230711.14.16
@namespace ?
==/UserStyle== */
@-moz-document domain("old.reddit.com") {
.thing {
break-inside: avoid-column;
}
.listing-page .sitetable.linklisting {
column-width: 45em;
}
}