From b9fc626ace1ed71e9309bb7c7acb99224f9aaf4c Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 12 Jun 2016 17:10:03 +0200 Subject: [PATCH] client/comments: fix link placement for Vimperator --- client/css/comments.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/css/comments.styl b/client/css/comments.styl index 79ddcdcc..dafdaa98 100644 --- a/client/css/comments.styl +++ b/client/css/comments.styl @@ -46,6 +46,8 @@ width: 40px height: 40px margin: 0 + a + display: inline-block .body width: 100% @@ -157,6 +159,8 @@ width: 12em height: 8em margin: 0 + a + display: inline-block .comments-container width: 100%