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

@@ -325,12 +325,6 @@
.inline-block {
display: inline-block;
}
.table {
display: table;
}
.h-0 {
height: calc(var(--spacing) * 0);
}
.h-0\.5 {
height: calc(var(--spacing) * 0.5);
}
@@ -355,15 +349,9 @@
.min-h-full {
min-height: 100%;
}
.w-1 {
width: calc(var(--spacing) * 1);
}
.w-1\/3 {
width: calc(1/3 * 100%);
}
.w-2 {
width: calc(var(--spacing) * 2);
}
.w-2\/3 {
width: calc(2/3 * 100%);
}
@@ -403,9 +391,6 @@
.flex-grow {
flex-grow: 1;
}
.border-collapse {
border-collapse: collapse;
}
.transform {
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
@@ -661,10 +646,6 @@
font-size: var(--text-3xl);
line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
font-size: var(--text-4xl);
line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-5xl {
font-size: var(--text-5xl);
line-height: var(--tw-leading, var(--text-5xl--line-height));
@@ -755,10 +736,6 @@
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
outline-style: var(--tw-outline-style);
outline-width: 1px;
}
.filter {
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
@@ -1207,13 +1184,13 @@
border-radius: var(--radius-lg);
background-color: var(--color-gray-900);
padding: calc(var(--spacing) * 4);
height: 250px;
height: 300px;
overflow-y: hidden;
overflow-x: hidden;
}
.xterm .xterm-viewport {
overflow-y: auto;
height: 250px;
height: 300px;
scrollbar-width: thin;
scrollbar-color: #3b82f6 #1f2937;
}
@@ -1325,8 +1302,8 @@
#sftpIframe {
width: 100%;
border-radius: 0.25rem;
height: 50vh;
min-height: 300px;
height: 70vh;
min-height: 350px;
}
#propertiesSearch {
width: 100%;
@@ -1582,7 +1559,7 @@
}
#sftpIframe {
height: 40vh;
min-height: 300px;
min-height: 400px;
}
#consoleOutput {
height: calc(var(--spacing) * 32);
@@ -1901,11 +1878,6 @@
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-outline-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-blur {
syntax: "*";
inherits: false;
@@ -2060,7 +2032,6 @@
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-offset-shadow: 0 0 #0000;
--tw-outline-style: solid;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;