style(post): adjust padding

This commit is contained in:
Tom (plebeius.eth)
2024-05-31 10:22:27 +02:00
parent 05a8e91331
commit 531be45dd7
+2 -1
View File
@@ -62,6 +62,7 @@
} }
.postDesktop .checkbox, .replyDesktop .checkbox { .postDesktop .checkbox, .replyDesktop .checkbox {
display: inline-block;
padding: 3px 7px 3px 4px; padding: 3px 7px 3px 4px;
filter: var(--filter80); filter: var(--filter80);
} }
@@ -327,7 +328,7 @@
border-left: none; border-left: none;
border-top: none; border-top: none;
display: table; display: table;
padding: 2px; padding: 0 2px 2px 2px;
} }
.replyDesktop .postInfo { .replyDesktop .postInfo {