some styling

This commit is contained in:
Felix Roos 2023-12-30 16:45:03 +01:00
parent a39b4c1637
commit 89ae241bf7

View File

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