Skip to content

Lemmy wide mode by garyyo

Screenshot of Lemmy wide mode

Details

Authorgaryyo

LicenseMIT

Categorylemmy.world

Created

Updated

Code size210 B

Code checksum877d10f1

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Alters the home, post, and community classes to not limit max-width (setting instead to 100%), like the olden days

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         lemmy wide mode
@version      20230710.13.53
@namespace    ?
==/UserStyle== */

@-moz-document domain("lemmy.world") {
.home,.post,.community {
    max-width: 100% !important;
}
}

Reviews

No reviews yet.