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,