From af1e4884b7f702d30005a2bbe8d5dd19c8ed3415 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 21:39:45 +0100 Subject: [PATCH] Update AppImage --- AppImage/app/globals.css | 8 -------- AppImage/components/terminal-panel.tsx | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/AppImage/app/globals.css b/AppImage/app/globals.css index 9aeac85..27a00f2 100644 --- a/AppImage/app/globals.css +++ b/AppImage/app/globals.css @@ -163,11 +163,3 @@ .xterm-rows { margin: 0 !important; } - -/* ===================== */ -/* Escala visual del terminal (90%) */ -/* ===================== */ -.xterm { - transform: scale(0.90); /* Reduce tamaƱo general */ - transform-origin: top left; /* Evita desplazamientos raros */ -} \ No newline at end of file diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index ef0c9a6..45b5f6a 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -360,7 +360,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl ]).then(([Terminal, FitAddon]) => [Terminal, FitAddon]) const term = new TerminalClass({ - rendererType: isMobile ? "dom" : "canvas", + fontFamily: '"Courier", "Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace', fontSize: 16, lineHeight: 1,