Fix broken [Post a reply] link position on mobile

This commit is contained in:
8chan 2015-04-21 07:09:49 -07:00
parent 0753a450a3
commit 2a45e5f684

View File

@ -1183,12 +1183,8 @@ div.boardlist a {
} }
#thread-quick-reply { #thread-quick-reply {
display: none; display: none;
position: absolute; float: right;
left: 50%; margin-right: 10px;
right: 50%;
text-align: center;
width: 100px;
margin-left: -50px;
} }
#thread_stats { #thread_stats {
float: right; float: right;