1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 23:50:11 +01:00

style.css: pin thread watcher to lower right corner

This commit is contained in:
Pashe 2014-10-20 18:40:31 -05:00
parent 25ed820f8a
commit c41c5e4606

View File

@ -949,10 +949,18 @@ span.pln {
margin-bottom: 10px;
}
#watchlist {
font-size: 8pt;
width: 15%;
position: fixed;
right: 0pt;
bottom: 0pt;
margin: 0pt;
padding: 0pt;
}
.watchlist-inner, .watchlist-controls {
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
margin: 0pt;
text-align: center;
}