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
+7 -2
View File
@@ -11,6 +11,8 @@
}
.hideButtonWrapper {
height: 15px;
width: 18px;
padding-right: 5px;
float: left;
}
@@ -26,6 +28,10 @@
transform: translateY(-1px);
}
.postDesktopBlocked {
opacity: 0.5;
}
/* clearfix to contain float elements */
.postDesktop::after {
content: "";
@@ -52,7 +58,6 @@
}
.postDesktop .postInfo {
padding-top: 3px;
width: 100%;
}
@@ -307,7 +312,7 @@
}
.replyDesktop {
padding-bottom: 4px;
padding-top: 4px;
}
.replyDesktop .sideArrows {