Use site-specific selectors in thread/post hiding related CSS. #2169

This commit is contained in:
ccd0 2019-07-08 16:58:53 -07:00
parent 3151f3c276
commit a274dae95a

View File

@ -1523,13 +1523,13 @@ input[name="Default Volume"] {
.stub input {
display: inline-block;
}
.thread[hidden] + hr {
$site$thread[hidden] + hr {
display: none;
}
:root.reply-hide div.sideArrows {
:root.reply-hide $site$sideArrows {
display: none;
}
:root.thread-hide .party-hat {
:root.sw-yotsuba.thread-hide .party-hat {
left: 19px;
}