From 37a4508ec46272242e203def98743fd2f9259029 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Fri, 27 Sep 2024 16:28:07 +1000 Subject: [PATCH] Clean up comments UI --- slices/main/templates/posts/show.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slices/main/templates/posts/show.html.slim b/slices/main/templates/posts/show.html.slim index 8da1933..ffc3d37 100644 --- a/slices/main/templates/posts/show.html.slim +++ b/slices/main/templates/posts/show.html.slim @@ -72,7 +72,7 @@ article class="h-entry" = "Mentioned in " a href=mention.source_url #{mention.source_url} - else - div class="prose-p:m-1 mb-6 p-8 bg-orange-100 dark:bg-indigo-900 squircle" + div class="prose-p:m-1 mb-6 p-4 bg-orange-100 dark:bg-indigo-900 bg-orange-100 rounded" div class="flex h-8" - if mention.author_photo != "" img loading="lazy" class="w-8 rounded-full m-0 mr-2" src=mention.author_photo