Add Setting to optionally download descriptions as Notes.
- Added more server print statements for saving/moving/deleting files. - Added slight gap between download inputs.
This commit is contained in:
@@ -239,10 +239,16 @@
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.model-manager [data-name="Download"] .download-settings {
|
||||
.model-manager [data-name="Download"] .download-settings-wrapper {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.model-manager [data-name="Download"] .download-settings {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 8px;
|
||||
}
|
||||
|
||||
.model-manager .download-model-infos {
|
||||
padding: 16px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user