Closed Kein closed 9 years ago
Strange, is it triggered by something?
No idea, it just there. Updated to latest git ans still same issue.
It seems to happen for some people and not for others; I haven't figured out why. See https://github.com/ccd0/4chan-x/issues/467 and https://boards.4chan.org/qa/thread/153855. I've only been able to reproduce it for posts like https://boards.4chan.org/qa/thread/153855#p158828 in Blink. I thought it might have been a browser change but if it's happening in Opera 12, it can't be that.
See if this CSS fixes it for you. See http://www.opera.com/docs/usercss/ for how to add it in Opera 12.
.replyContainer {
display: table;
margin: 2px 0px 4px;
}
.inline .replyContainer {
margin: 0;
}
.replyContainer > div {
display: table-cell !important;
}
div.sideArrows {
float: none !important;
vertical-align: top;
padding: 0 2px;
}
It does, thanks. Used "Easy CSS" ext for that. Cheers.
Weird issue tho, no idea what can cause it.
I have 4chan-x installed as UserJS directly, without any extensions' support. There are no other scripts used. From extensions, I use:
Opera 12.17
Should be ok now
Latest git as of Aug27.