From 2a45e5f6840f40e5ab9f9d2fe11a6690d29aa527 Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 21 Apr 2015 07:09:49 -0700 Subject: [PATCH] Fix broken [Post a reply] link position on mobile --- stylesheets/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 4a0dfc3d..0cf9b2a3 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1183,12 +1183,8 @@ div.boardlist a { } #thread-quick-reply { display: none; - position: absolute; - left: 50%; - right: 50%; - text-align: center; - width: 100px; - margin-left: -50px; + float: right; + margin-right: 10px; } #thread_stats { float: right;