Increase size of a few sections update SS

This commit is contained in:
MCHost
2025-07-07 00:26:56 -04:00
parent 9daa3153fa
commit cc250dac26
4 changed files with 197 additions and 39 deletions

View File

@@ -211,14 +211,14 @@
#dockerLogsTerminal {
@apply bg-gray-900 p-4 rounded-lg w-full max-w-full box-border;
height: 250px;
height: 300px;
overflow-y: hidden;
overflow-x: hidden;
}
.xterm .xterm-viewport {
@apply overflow-y-auto;
height: 250px;
height: 300px;
scrollbar-width: thin;
scrollbar-color: #3b82f6 #1f2937;
}
@@ -293,8 +293,8 @@
#sftpIframe {
@apply w-full rounded;
height: 50vh;
min-height: 300px;
height: 70vh;
min-height: 350px;
}
#propertiesSearch {
@@ -452,7 +452,7 @@
}
#sftpIframe {
@apply h-[40vh] min-h-[300px];
@apply h-[40vh] min-h-[400px];
}
#consoleOutput {