From c2ada902f9975fce6225669152d149c465a94e09 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 24 Jul 2019 11:00:11 +0900 Subject: [PATCH] Improved tools positioning --- desktop/sources/links/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/sources/links/main.css b/desktop/sources/links/main.css index 4fecfdf..fb924e2 100644 --- a/desktop/sources/links/main.css +++ b/desktop/sources/links/main.css @@ -10,7 +10,7 @@ body { padding: 0px; font-family: 'input_mono_regular'; -webkit-user-select: non #interface { font-size: 11px;line-height: 30px;text-transform: uppercase;-webkit-app-region: no-drag; transition: all 150ms; width: 100%; position:fixed; bottom:30px; left:40px; height:30px; max-width:calc(100vw - 75px); overflow: hidden;} #interface.hidden { bottom:10px !important;opacity: 0 !important } -#interface.visible { bottom:30px !important; opacity: 1 !important} +#interface.visible { bottom:28px !important; opacity: 1 !important} #interface #menu { opacity: 1; position: absolute; top:0px; transition: all 250ms; z-index: 900; overflow: hidden; height:30px; width:100%;} #interface #menu svg.icon { width:30px; height:30px; margin-right:-9px; opacity: 0.6; transition: opacity 250ms; } #interface #menu svg.icon.inactive { opacity: 0.2 }