Two columns for wider monitors
Two column lobste.rs by gadling
Details
Authorgadling
LicenseNo License
Categorylobste.rs
Created
Updated
Size428 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 Two column lobste.rs
@version 20240301.16.16
@namespace https://userstyles.world/user/gadling
@description Two columns for wider monitors
@author gadling
==/UserStyle== */
@-moz-document domain("lobste.rs") {
ol.stories.list {
column-count: 2;
column-gap: 40px;
}
.story {
break-inside: avoid-column;
}
span.link.h-cite.u-repost-of {
font-weight: normal;
}
}