From 03430f9c709a94c551416d5c9de5e5662f4d83c9 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 5 Mar 2019 10:51:11 +0100 Subject: move devmode info --- src/styles/layout.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/styles/layout.scss b/src/styles/layout.scss index 8b7cc512a..9a003a922 100644 --- a/src/styles/layout.scss +++ b/src/styles/layout.scss @@ -124,15 +124,14 @@ html { overflow: hidden; } background: $theme-brand-warning; color: #FFF; display: block; - font-size: 10px; + font-size: 8px; height: auto; padding: 4px; position: fixed; - right: 5px; - top: 5px; + left: 9px; + bottom: 0px; transition: opacity .5s ease; width: auto; z-index: 999999999; - - &:hover { opacity: 0; } + pointer-events: none; } -- cgit v1.2.3-54-g00ecf