correct post-display margin

This commit is contained in:
Wirlaburla 2024-05-07 00:03:13 -05:00
parent 2671c643f6
commit 0c0738191f

View File

@ -1247,7 +1247,7 @@ body.forum.thread table.board-display {
body.forum.thread table.post-display {
background: var(--post);
border: var(--post-border);
margin: 8px 0px;
margin: 8px 4px;
table-layout: fixed;
}