How about a ton of upgrades
This commit is contained in:
@@ -2,7 +2,7 @@ body { background:#fff; padding: 5px; font-family: 'input_mono_regular'; -webkit
|
||||
#app { display: flex; flex-direction: column; align-items: center;}
|
||||
|
||||
#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; }
|
||||
#dotgrid { margin:0px auto; position:relative; overflow: hidden; padding:10px;-webkit-app-region: no-drag; width:310px; height:310px; }
|
||||
#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;}
|
||||
#cursor_coord.left { margin-left:-110px; text-align: right; width:100px; }
|
||||
@@ -17,10 +17,10 @@ body { background:#fff; padding: 5px; font-family: 'input_mono_regular'; -webkit
|
||||
.icon { width:25px; height:25px; margin-right:5px; opacity: 1}
|
||||
.icon:hover { cursor: pointer; opacity: 1 }
|
||||
|
||||
svg.vector { z-index: 1000;position: relative; left:10px; top:10px; width:300px !important; height:300px !important; }
|
||||
svg.vector { z-index: 1000;position: relative; left:10px; top:10px; width:300px; height:300px; }
|
||||
|
||||
#dotgrid #guide { opacity: 0; transition: all 500ms; }
|
||||
#dotgrid #widgets { opacity: 0; transition: all 150ms; }
|
||||
#dotgrid #guide { opacity: 0; }
|
||||
#dotgrid #widgets { opacity: 0; }
|
||||
#dotgrid:hover #guide { opacity: 1 }
|
||||
#dotgrid:hover #widgets { opacity: 1 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user