From 531be45dd77dd6e941575021efc5929c1a422963 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 31 May 2024 10:22:27 +0200 Subject: [PATCH] style(post): adjust padding --- src/components/post/post.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/post/post.module.css b/src/components/post/post.module.css index d39a3c47..a8f4d9e8 100644 --- a/src/components/post/post.module.css +++ b/src/components/post/post.module.css @@ -62,6 +62,7 @@ } .postDesktop .checkbox, .replyDesktop .checkbox { + display: inline-block; padding: 3px 7px 3px 4px; filter: var(--filter80); } @@ -327,7 +328,7 @@ border-left: none; border-top: none; display: table; - padding: 2px; + padding: 0 2px 2px 2px; } .replyDesktop .postInfo {