mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-08-11 11:13:06 +08:00
Much easier to hide the whole list item.
If they want to unhide it, they can still see the link to do so.
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ a:hover {
|
||||
#posts li.stale {
|
||||
display: none;
|
||||
}
|
||||
li[data-hidestatus="true"] .votes, li[data-hidestatus="true"] .thumblink, li[data-hidestatus="true"] .link, li[data-hidestatus="true"] .domain, li[data-hidestatus="true"] .meta, li[data-hidestatus="true"] .actions *:not(.hide){
|
||||
li[data-hidestatus="true"] {
|
||||
opacity: 0.25;
|
||||
}
|
||||
.votes {
|
||||
|
||||
Reference in New Issue
Block a user