Fix thread watcher dragging

This commit is contained in:
Jordan Bates 2013-04-26 14:59:21 -07:00
parent e70514b6ec
commit 70459850c1
5 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,13 @@
seaweedchan:
- Fix emoji and favicon previews not updating on change.
- Fix issue with draggong thread watcher
MayhemYDG:
- Fix bug where a thread would freeze on load.
zixaphir:
- Fix preview with favicons and emoji
### 1.1.1 - 2013-04-26
zixaphir:
- Fix script on Opera

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -65,12 +65,10 @@ a[href="javascript:;"] {
#fourchanx-settings,
#qp, #ihover,
#navlinks, .fixed #header-bar,
#watcher,
#qr {
position: fixed;
}
#watcher {
position: absolute;
}
#fourchanx-settings {
z-index: 999;
}