From d435e9b58bed23dec721157ffdd495b56257d2e1 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 22:45:09 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index ab45344..9898ed6 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -363,12 +363,13 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl rendererType: "dom", fontFamily: '"Courier", "Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace', fontSize: 16, + lineHeight: 0,9, cursorBlink: true, scrollback: 2000, disableStdin: false, customGlyphs: false, - fontWeight: "600", - fontWeightBold: "850", + fontWeight: "560", + fontWeightBold: "860", theme: { background: "#000000", foreground: "#ffffff",