mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 19:29:28 +01:00
style.css: pin thread watcher to lower right corner
This commit is contained in:
parent
25ed820f8a
commit
c41c5e4606
@ -949,10 +949,18 @@ span.pln {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#watchlist {
|
||||||
|
font-size: 8pt;
|
||||||
|
width: 15%;
|
||||||
|
position: fixed;
|
||||||
|
right: 0pt;
|
||||||
|
bottom: 0pt;
|
||||||
|
margin: 0pt;
|
||||||
|
padding: 0pt;
|
||||||
|
}
|
||||||
|
|
||||||
.watchlist-inner, .watchlist-controls {
|
.watchlist-inner, .watchlist-controls {
|
||||||
margin: 0 auto;
|
margin: 0pt;
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user