loadletter / 4chan-x

Fork of 4chan X 2.x
MIT License
44 stars 8 forks source link

Thread layout broken in Opera 12.xx #77

Closed Kein closed 9 years ago

Kein commented 9 years ago

dasdas Latest git as of Aug27.

loadletter commented 9 years ago

Opera 12.17 Build 1863 Strange, is it triggered by something?

Kein commented 9 years ago

No idea, it just there. Updated to latest git ans still same issue.

ccd0 commented 9 years ago

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;
}
Kein commented 9 years ago

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

loadletter commented 9 years ago

Should be ok now