From 14acd3be1d5dcb11ea5f80eaed821181d7da2249 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 11 Feb 2024 19:53:03 +0200 Subject: [PATCH] add separator between profile pins and normal posts --- files/assets/css/main.css | 5 +++++ files/templates/post_listing.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index d8f92c928..17fd94894 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7677,3 +7677,8 @@ blink { .vertical-align { vertical-align: middle; } + +.pinned-to-profile + div + input + :not(.pinned-to-profile) { + border-top: 2px solid var(--primary) !important; + margin-top: 0.5rem; +} diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 56568ba46..a649d9100 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -34,7 +34,7 @@ {{macros.reports(p, 'post')}} -
+
{% if v %}