mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-15 00:26:23 +00:00
Update AppImage
This commit is contained in:
@@ -149,21 +149,18 @@
|
|||||||
/* Ajustes para xterm.js */
|
/* Ajustes para xterm.js */
|
||||||
/* ===================== */
|
/* ===================== */
|
||||||
|
|
||||||
|
/* Quitar padding para que la terminal ocupe el 100% del ancho */
|
||||||
.xterm {
|
.xterm {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
font-weight: 600 !important;
|
|
||||||
-webkit-font-smoothing: antialiased !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Por si acaso el viewport añade padding extra */
|
||||||
.xterm .xterm-viewport {
|
.xterm .xterm-viewport {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Opcional: asegurar que no haya margen raro */
|
||||||
.xterm-rows {
|
.xterm-rows {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xterm .xterm-bold {
|
|
||||||
font-weight: 800 !important;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -368,7 +368,7 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
|
|||||||
scrollback: 2000,
|
scrollback: 2000,
|
||||||
disableStdin: false,
|
disableStdin: false,
|
||||||
customGlyphs: false,
|
customGlyphs: false,
|
||||||
fontWeight: "500",
|
fontWeight: "600",
|
||||||
fontWeightBold: "800",
|
fontWeightBold: "800",
|
||||||
theme: {
|
theme: {
|
||||||
background: "#000000",
|
background: "#000000",
|
||||||
|
|||||||
Reference in New Issue
Block a user