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;
}