ihavenoface / 4chan-x

Adds cute bloat.
https://4chan-x.org
Other
22 stars 14 forks source link

Christmas hat missing on board pages #280

Closed usernamestring closed 10 years ago

usernamestring commented 10 years ago

Something within 4chan X is preventing the Christmas hats on /b/ from showing up. This happens only on board pages, the hat is displayed as intended in threads. Can this be fixed?

ihavenoface commented 10 years ago
.is_index.board_b .thread:before {
  content: url('//s.4cdn.org/image/xmashat.gif');
  position: absolute;
  margin-top: -80px;
  left: 0px;
}
usernamestring commented 10 years ago

Thank you.