Tabs dynamically adjust to width.

- Slightly adjusted textarea layouts.
This commit is contained in:
Christian Bastian
2024-04-03 17:03:33 -04:00
parent b5ab17c12e
commit b4d762b920
2 changed files with 30 additions and 10 deletions

View File

@@ -41,11 +41,11 @@
}
.model-manager textarea {
width: 100%;
font-size: 1.2em;
border: solid 2px var(--border-color);
border-radius: 8px;
font-size: 1.2em;
resize: vertical;
width: 100%;
}
.model-manager input[type="file"] {