From 91120e303bba651bc9d8120da6a5865d8ab2159c Mon Sep 17 00:00:00 2001 From: Kelvin Date: Sun, 3 Apr 2016 18:20:43 +0100 Subject: [PATCH] Fix issue where the lyrics reveal box hides 1px of the lyrics text --- resources/assets/styles/body.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/styles/body.less b/resources/assets/styles/body.less index 8ed21270..cd9c20d2 100644 --- a/resources/assets/styles/body.less +++ b/resources/assets/styles/body.less @@ -96,7 +96,7 @@ a { .box-sizing(border-box); position: absolute; top: 0px; - left: 0px; + left: -1px; width: 100%; height: 100%; z-index: 400;