feat(post): block posts via the minus button (to collapse) or via the post menu

This commit is contained in:
Tom (plebeius.eth)
2024-05-30 14:29:02 +02:00
parent be579df996
commit 32f52200b7
10 changed files with 96 additions and 64 deletions
@@ -4,7 +4,7 @@
height: var(--height);
max-width: 250px;
max-height: 250px;
margin: 3px 20px 5px 0;
margin: 3px 20px 5px 20px;
display: inline-flex;
justify-content: center;
align-items: center;