feat(catalog): add catalog post previews

This commit is contained in:
Tom (plebeius.eth)
2024-06-08 11:27:29 +02:00
parent 0b2f02cd91
commit 88dcfcaca8
9 changed files with 249 additions and 44 deletions
+4
View File
@@ -30,6 +30,10 @@ hr {
background: var(--reply-highlight-background-color) !important;
}
.capitalize {
text-transform: capitalize;
}
@media (max-width: 640px) {
.button {
font-size: var(--button-font-size-mobile);