Increase size of a few sections update SS
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user