More console changes (#774)

This commit is contained in:
Charles 2024-12-06 16:21:05 -05:00 committed by GitHub
parent d3da1b0a58
commit 2a34795ab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
<div id="terminal" wire:ignore></div>
<div class="flex items-center w-full bg-transparent border rounded">
<div class="flex items-center w-full bg-transparent border">
<x-filament::icon
icon="tabler-chevrons-right"
/>
@ -70,10 +70,9 @@
cursorStyle: 'underline',
cursorInactiveStyle: 'none',
allowTransparency: true,
letterSpacing: 0.75,
lineHeight: 1,
rows: 35,
cols: 110,
letterSpacing: 0.15,
lineHeight: 0.50,
rows: 30,
theme: theme
};