feat(post): add deleted and removed styling, mod reason, file deleted

This commit is contained in:
Tom (plebeius.eth)
2024-05-31 10:14:44 +02:00
parent 743bd9b4c8
commit 05a8e91331
4 changed files with 56 additions and 15 deletions
+5
View File
@@ -392,6 +392,11 @@
cursor: pointer;
}
.removedContent {
font-weight: 700;
color: red;
}
@media (max-width: 640px) {
.postDesktop {
display: none;