Skip to content

Two column lobste.rs by gadling

Screenshot of Two column lobste.rs

Details

Authorgadling

LicenseNo License

Categorylobste.rs

Created

Updated

Size428 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Two columns for wider monitors

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

}

Reviews

No reviews yet.