@setoelkahfi / svara / commits / 28f1885

chore: removed unused styles

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

mellobacon committed Feb 2, 2024 at 10:45 UTC 28f18850798670d5b2c63358e2a2b1bba6438fa8
1 file changed +1 -4
src/lib/Terminal.svelte
+1 -4
@@ -13,10 +13,10 @@
13 function initializeXterm() {
14 terminalController.loadAddon(termFit);
15 terminalController.open(terminalElement);
16 + fitTerminal();
17
18 initShell();
19 terminalController.onData(writeToPty);
19 - fitTerminal();
20
21 window.requestAnimationFrame(readFromPty);
22 }
@@ -82,7 +82,4 @@ async function readFromPty() {
82 height: 100%;
83 width: 100%;
84 }
85 - :global(.xterm-screen) {
86 - padding: 10px;
87 - }
85 </style>
\ No newline at end of file