Merge pull request #20 from mixmix/time-friendly-2

tweaking style tweaks for tiling
This commit is contained in:
Лu Лinveгa 2017-11-17 11:35:26 +13:00 committed by GitHub
commit bdfabc4c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }