From 62fa43b222650c64ce9b1b8e12bb74081535018d Mon Sep 17 00:00:00 2001 From: flaburgan Date: Tue, 8 Aug 2017 13:01:58 +0200 Subject: [PATCH] Move back to top to the right to avoid misclicks --- app/assets/stylesheets/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/base.scss b/app/assets/stylesheets/base.scss index 13293c941..4bc53b49a 100644 --- a/app/assets/stylesheets/base.scss +++ b/app/assets/stylesheets/base.scss @@ -71,7 +71,7 @@ pre { word-wrap: break-word; } line-height: 50px; opacity: 0; position: fixed; - right: 54px; + right: 20px; transition: opacity ease 400ms; width: 50px; z-index: 49;