Notes textarea automatically fills space.

- Adjust spacing of model info tab content headers.
This commit is contained in:
Christian Bastian
2024-07-21 01:37:19 -04:00
parent 045dc0a8a7
commit 5513fd9890
2 changed files with 44 additions and 32 deletions

View File

@@ -230,6 +230,18 @@
overflow-x: auto;
}
.model-manager .model-manager-body .tab-contents {
display: flex;
flex-direction: column;
height: 100%;
}
.model-manager .model-manager-body .tab-content {
display: flex;
flex-direction: column;
height: 100%;
}
/* model info view */
.model-manager .model-info-view {
background-color: var(--bg-color);