From 53dc3b0c03857821260589e0ed810d1326631360 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 3 Jan 2022 02:39:17 +0900 Subject: [PATCH] Fix cover size of posts --- templates/partials/post_card.rs.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/partials/post_card.rs.html b/templates/partials/post_card.rs.html index 76953f30..e91d8311 100644 --- a/templates/partials/post_card.rs.html +++ b/templates/partials/post_card.rs.html @@ -6,7 +6,9 @@
@if article.cover_id.is_some() { -
+ +
+
}