Update AppImage

This commit is contained in:
MacRimi
2025-11-22 21:06:44 +01:00
parent 55fa759344
commit b6609e0a14
2 changed files with 0 additions and 58 deletions

View File

@@ -5,7 +5,6 @@ import { GeistMono } from "geist/font/mono"
import { ThemeProvider } from "../components/theme-provider"
import { Suspense } from "react"
import "./globals.css"
import "./terminal.css"
export const metadata: Metadata = {
title: "ProxMenux Monitor",

View File

@@ -1,57 +0,0 @@
/* Removed negative left positioning that was causing misalignment */
/* Force xterm.js to have no padding or margin */
.xterm {
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
height: 100% !important;
}
.xterm-viewport {
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.xterm-screen {
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.xterm-rows {
padding: 0 !important;
margin: 0 !important;
}
.xterm-helpers {
padding: 0 !important;
margin: 0 !important;
}
/* Target the canvas element */
.xterm canvas {
padding: 0 !important;
margin: 0 !important;
}
/* Ensure all text layers have no padding */
.xterm-cursor-layer,
.xterm-text-layer,
.xterm-selection-layer,
.xterm-link-layer {
padding: 0 !important;
margin: 0 !important;
}
/* Ensure terminal container has no padding */
[class*="terminal-container"] {
padding: 0 !important;
margin: 0 !important;
overflow: hidden !important;
}
/* Hide scrollbar */
.xterm .xterm-viewport::-webkit-scrollbar {
width: 0px !important;
}