From c1916f4017c28b7bb81427c1bc0d8b5b44cae909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=B6nsson?= Date: Mon, 26 Mar 2018 08:50:58 +0200 Subject: [PATCH] Fix button "padding" --- src/style/style.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/style.styl b/src/style/style.styl index a69dcf1..28ebbe0 100644 --- a/src/style/style.styl +++ b/src/style/style.styl @@ -368,6 +368,7 @@ a.chaptercomments { margin: 1em; padding: 0.5em 1em; cursor: pointer; + text-indent: 0; textcolor(#fff); font-weight: normal;