mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post): block posts via the minus button (to collapse) or via the post menu
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user