Workaround for issue with new Chrome layout engine. #2397
This commit is contained in:
parent
05405b68e5
commit
4eeea2d261
@ -29,7 +29,7 @@ PostHiding =
|
|||||||
if (sa = g.SITE.selectors.sideArrows)
|
if (sa = g.SITE.selectors.sideArrows)
|
||||||
sideArrows = $ sa, @nodes.root
|
sideArrows = $ sa, @nodes.root
|
||||||
$.replace sideArrows.firstChild, button
|
$.replace sideArrows.firstChild, button
|
||||||
sideArrows.removeAttribute 'class'
|
sideArrows.className = 'replacedSideArrows'
|
||||||
else
|
else
|
||||||
$.prepend @nodes.root, button
|
$.prepend @nodes.root, button
|
||||||
|
|
||||||
|
|||||||
@ -1506,6 +1506,9 @@ input[name="Default Volume"] {
|
|||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
.replacedSideArrows {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
.hide-thread-button:not(:hover),
|
.hide-thread-button:not(:hover),
|
||||||
.hide-reply-button:not(:hover) {
|
.hide-reply-button:not(:hover) {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user