From 46d8d4042f35983876d99e58df44265423f5da1f Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 6 Oct 2023 03:22:13 +0300 Subject: [PATCH] userStyles: lemmy --- userStyles/lemmy.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 userStyles/lemmy.css diff --git a/userStyles/lemmy.css b/userStyles/lemmy.css new file mode 100644 index 0000000..2172084 --- /dev/null +++ b/userStyles/lemmy.css @@ -0,0 +1,19 @@ +/* Turn off border radius. */ +*, +.rounded { + border-radius: 0 !important; +} + +/* Tuning for https://lemmy.cafe */ +#navbar { + margin-block-start: 16px; +} + +#tagline { + display: none; + margin-block-end: 32px; +} + +.post-listings { + margin-block-start: 48px; +}