Improved UI
This commit is contained in:
@@ -4,10 +4,10 @@ body { padding: 5px; font-family: 'input_mono_regular'; -webkit-user-select: non
|
||||
|
||||
#app { display: flex; flex-direction: column; align-items: center; -webkit-app-region: drag; padding-top:30px;}
|
||||
#dotgrid { margin:0px auto; position:relative; padding:15px;-webkit-app-region: no-drag; width:310px; height:310px; }
|
||||
#guide { position: absolute;width: 300px;height: 300px; transition: opacity 250ms;}
|
||||
#guide { position: absolute;width: 300px;height: 300px; transition: opacity 150ms;}
|
||||
#render { display: none }
|
||||
#vector { z-index: 1000;position: relative;width:300px; height:300px; }
|
||||
#preview { position: absolute; top:15px; left:15px; stroke-dasharray: 4,4;}
|
||||
#preview { z-index: 1001;position: absolute; top:15px; left:15px; stroke-dasharray: 4,4;}
|
||||
|
||||
/* Interface */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user