1 parent 00a9bd8 commit 4fa46ffCopy full SHA for 4fa46ff
1 file changed
index.html
@@ -8,7 +8,7 @@
8
<style>
9
* { margin:0; padding:0; box-sizing:border-box; }
10
body { font-family:'Consolas',monospace; display:flex; height:100vh; background:#1e1e1e; color:#d4d4d4; }
11
- canvas { width:100%; height:100%; cursor:crosshair; }
+ canvas { width:100%; height:100%; cursor:crosshair; display:block; }
12
#editor { width:35%; display:flex; flex-direction:column; border-right:2px solid #333; }
13
#graph { width:65%; position:relative; background:#fff; }
14
#editor-header { background:#252526; padding:10px 15px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #333; }
0 commit comments