Rename model in Model View added.

- Generalized model/move to also support renaming.
This commit is contained in:
Christian Bastian
2024-02-25 23:02:02 -05:00
parent 839b93c9be
commit a4dd2f570b
4 changed files with 135 additions and 48 deletions

View File

@@ -225,6 +225,10 @@
}
/* model manager common */
.model-manager h1 {
min-width: 0;
}
.model-manager button,
.model-manager select,
.model-manager input {
@@ -504,7 +508,6 @@
background-color: var(--bg-color);
border-radius: 16px;
color: var(--fg-color);
padding: 16px;
width: auto;
}