mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-14 16:16:21 +00:00
Update AppImage
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
@@ -360,7 +360,7 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ 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,
|
||||
|
||||
Reference in New Issue
Block a user