Edit and save notes with model file in model info view.

- If notes are all whitespace, the .txt file is deleted.
This commit is contained in:
Christian Bastian
2024-02-20 00:56:58 -05:00
parent b3f00dd60f
commit a72fe681b5
4 changed files with 87 additions and 28 deletions

View File

@@ -442,11 +442,12 @@
width: 100%;
}
.model-manager .model-manager-settings textarea {
.model-manager textarea {
width: 100%;
font-size: 1.2em;
border: solid 2px var(--border-color);
border-radius: 8px;
resize: vertical;
}
.model-preview-select-radio-container img {