Workaround for issue with new Chrome layout engine. #2397

This commit is contained in:
ccd0 2019-08-18 11:04:54 -07:00
parent 05405b68e5
commit 4eeea2d261
2 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,7 @@ PostHiding =
if (sa = g.SITE.selectors.sideArrows)
sideArrows = $ sa, @nodes.root
$.replace sideArrows.firstChild, button
sideArrows.removeAttribute 'class'
sideArrows.className = 'replacedSideArrows'
else
$.prepend @nodes.root, button

View File

@ -1506,6 +1506,9 @@ input[name="Default Volume"] {
margin-right: 4px;
padding: 2px;
}
.replacedSideArrows {
float: left;
}
.hide-thread-button:not(:hover),
.hide-reply-button:not(:hover) {
opacity: 0.4;