From 61a4ab4f39a73cbfcf31a89df3bd4fe4f3147fc8 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Fri, 25 Nov 2022 11:49:37 -0600 Subject: [PATCH] css: fix alignment on ghost posts --- files/assets/css/main.css | 5 +++++ files/templates/submission.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 959ff605c..7d02c39a6 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3528,6 +3528,11 @@ small, .small { .post-meta::-webkit-scrollbar { display: none; } + +.ghost-post .post-meta { + height: 30px; +} + .sub-flair { padding: 3px 5px 2px 5px; border-radius: 5px; diff --git a/files/templates/submission.html b/files/templates/submission.html index a489f3343..b99139730 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -78,7 +78,7 @@
-
+
{% if not p.is_image and p.thumb_url and not p.embed_url %}