From a00c682645265695887088d3a72db5b965ffb1cf Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Thu, 14 Sep 2017 08:25:37 +0900 Subject: [PATCH] Fixed attachment of threadwatcher to topbar and move threadwatcher dialog from bottom of page where it was overlapped by bottom bar, to top of the page. --- js/thread-watcher.js | 3 ++- stylesheets/style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/js/thread-watcher.js b/js/thread-watcher.js index 2318ded7..70f1c160 100644 --- a/js/thread-watcher.js +++ b/js/thread-watcher.js @@ -149,7 +149,8 @@ $(document).ready(function(){ } //Append the watchlist toggle button. - $('.boardlist .compact-boardlist').append('[ '+_('watchlist')+' ]'); + $('.boardlist').append('[ '+_('watchlist')+' ]'); + $('.compact-boardlist').append('[ '+_('watchlist')+' ]'); //Append a watch thread button after every OP. $('.op>.intro').append('['+_('Watch Thread')+']'); diff --git a/stylesheets/style.css b/stylesheets/style.css index a1f8222b..74c708d0 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1358,7 +1358,7 @@ div.boardlist { width: 15%; position: fixed; right: 0pt; - bottom: 0pt; + top: 20pt; margin: 0pt; padding: 0pt; }