some styling
This commit is contained in:
parent
a39b4c1637
commit
89ae241bf7
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
<title>Tree sitter test</title>
|
<title>Tree sitter test</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="padding: 0; margin: 0">
|
<body style="padding: 0; margin: 0">
|
||||||
<textarea id="code" style="width: 100%"></textarea>
|
<textarea id="code" style="width: 100%; height: 100px"></textarea>
|
||||||
<div id="graph"></div>
|
<div id="graph" style="display: flex; width: 100%"></div>
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue