minor css cleanup

This commit is contained in:
Llama Enjoyer
2025-02-04 13:39:04 +01:00
parent 664fb57fa2
commit 8a08bd5580
3 changed files with 2 additions and 7 deletions

View File

@@ -86,6 +86,7 @@
display: flex;
flex-direction: column;
width: calc(100vw - 685px);
position: relative; /* Ensure absolute positioning works correctly */
}
.session-input-button {
@@ -160,11 +161,6 @@
filter: brightness(var(--hover-brightness));
}
.session-input-surround {
position: relative; /* Ensure absolute positioning works correctly */
}
.session-block {
padding-bottom: 10px;
padding-right: 10px;

View File

@@ -1,6 +1,6 @@
.vflex_line {
height-min: 32px;
min-height: 32px;
}
.checkbox {

View File

@@ -84,7 +84,6 @@
padding: 20px;
height: calc(100vh - 40px);
overflow-y: auto;
flex-grow: 1;
}
.model-view-text {