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