@setoelkahfi / svara / commits / 077d9e7

chore: adjust toolview size

Signed-off-by: mellobacon <mellodev@outlook.com>

mellobacon committed Feb 1, 2024 at 11:55 UTC 077d9e74a3a0767c442e50541856bc3c46b915e1
1 file changed +4
src/lib/ToolView.svelte
+4
@@ -14,6 +14,10 @@
14 </div>
15
16 <style lang="scss">
17 +#toolview {
18 + height: calc(100% - 37px);
19 + width: 100%;
20 +}
21 .header {
22 height: 35px;
23 display: flex;