feat(post page): add reply count and link count in top row

This commit is contained in:
Tom (plebeius.eth)
2024-07-05 10:53:50 +02:00
parent 6d6187e531
commit 8d05db8843
2 changed files with 30 additions and 4 deletions
@@ -32,6 +32,7 @@
display: flex;
align-items: center;
justify-content: space-between; /* Ensure elements are spaced out properly */
padding-right: 5px;
}
.desktopBoardButtons::after {