From 301a13c22e071b41772dd85c85c737449370e387 Mon Sep 17 00:00:00 2001 From: mix irving Date: Fri, 17 Nov 2017 11:21:54 +1300 Subject: [PATCH] tweaking style tweaks for tiling --- sources/links/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/links/main.css b/sources/links/main.css index 3b1471e..3c08651 100644 --- a/sources/links/main.css +++ b/sources/links/main.css @@ -1,7 +1,7 @@ body { background:#fff; padding: 5px; font-family: 'input_mono_regular'; -webkit-user-select: none; overflow: hidden;} #app { display: flex; flex-direction: column; align-items: center;} -#wrapper { padding: 25px; background: inherit;-webkit-app-region: drag;} +#wrapper { padding: 25px; padding-bottom: 15px; background: inherit;-webkit-app-region: drag;} #dotgrid { margin:0px auto; position:relative; overflow: hidden; padding:10px;-webkit-app-region: no-drag; width:310px !important; height:310px !important; } #cursor { opacity: 1; transition: all 50ms; width:8px; height:8px; position:absolute; z-index:25; border-radius:5px; border:1px solid black;} #cursor_coord { font-size:10px; z-index: 10000; margin-left:15px; margin-top:-2px;} @@ -24,10 +24,10 @@ svg.vector { z-index: 1000;position: relative; left:10px; top:10px; width:300px #dotgrid:hover #guide { opacity: 1 } #dotgrid:hover #widgets { opacity: 1 } -#interface { font-size: 11px;line-height: 30px;text-transform: uppercase;-webkit-app-region: no-drag; transition: all 50ms; position: absolute; left:50px; bottom:20px;} +#interface { font-size: 11px;line-height: 30px;text-transform: uppercase;-webkit-app-region: no-drag; transition: all 50ms; display: flex; width: 315px; margin-left: 50px; margin-right: 40px; } #interface svg.inactive { opacity: 0.2 } #interface svg:hover { opacity: 0.5 } -#interface svg.icon:last-child { margin-right: 0 } +#interface svg.icon:last-child { margin-right: 0; margin-left: auto; } #interface.hidden { display: none;opacity: 0 } #interface.visible { display: block; opacity: 1 }