Adds more margin to thread children on Lemmy post comments.
Lemmy thread children more margin by konradmb
Details
Authorkonradmb
LicenseNo License
CategoryLemmy
Created
Updated
Size775 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Tested on Lemmy 0.18.2
I've added a couple of servers, but you may need to add your server domain in style source code.
Source code
/* ==UserStyle==
@name Lemmy thread children more margin
@version 20230712.05.54
@namespace userstyles.world/user/konradmb
@description Adds more margin to thread children on Lemmy post comments.
@author konradmb
@license No License
==/UserStyle== */
@-moz-document domain("beehaw.org"), domain("discuss.tchncs.de"), domain("feddit.dk"), domain("feddit.nl"), domain("infosec.pub"), domain("lemmy.ca"), domain("lemmy.cafe"), domain("lemmy.sdf.org"), domain("lemm.ee"), domain("lemmy.fmhy.ml"), domain("lemmy.ml"), domain("lemmy.sdf.org"), domain("lemmy.world"), domain("midwest.social"), domain("programming.dev"), domain("sh.itjust.works"), domain("startrek.website"), domain("lemmy.zip") {
ul.comments.ms-1{
margin-left: 2rem !important;
}
}