feat(post mobile): add hide and unhide posts and replies

This commit is contained in:
Tom (plebeius.eth)
2024-06-14 12:51:43 +02:00
parent 8959945722
commit 0c02a6b9b6
3 changed files with 118 additions and 52 deletions
+14
View File
@@ -216,6 +216,20 @@
padding-bottom: 30px;
}
.mobileUnhideButton {
padding: 10px 0;
display: flex;
justify-content: center;
}
.mobileUnhideButton span {
padding: 5px 18px 5px;
}
.unhideButtonHr {
margin: 0;
}
.quotePreview {
padding: 3px;
}