mirror of
https://github.com/turboderp-org/exui.git
synced 2026-04-20 06:19:11 +00:00
minor css cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
.vflex_line {
|
||||
height-min: 32px;
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
padding: 20px;
|
||||
height: calc(100vh - 40px);
|
||||
overflow-y: auto;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.model-view-text {
|
||||
|
||||
Reference in New Issue
Block a user