Update AppImage

This commit is contained in:
MacRimi
2025-11-22 20:41:36 +01:00
parent e3dd6cbef5
commit c55dcec252
3 changed files with 59 additions and 15 deletions

31
AppImage/app/terminal.css Normal file
View File

@@ -0,0 +1,31 @@
/* Force remove all xterm.js internal padding and margins */
.xterm {
padding: 0 !important;
margin: 0 !important;
}
.xterm-viewport {
padding: 0 !important;
margin: 0 !important;
}
.xterm-screen {
padding: 0 !important;
margin: 0 !important;
}
.xterm-rows {
padding: 0 !important;
margin: 0 !important;
}
.xterm-helpers {
padding: 0 !important;
margin: 0 !important;
}
/* Ensure terminal container has no padding */
[class*="terminal-container"] {
padding: 0 !important;
margin: 0 !important;
}