Added approximate file size to download button when available.

This commit is contained in:
Christian Bastian
2024-07-24 14:53:15 -04:00
parent 364fe7f6e2
commit de3e2a9693
2 changed files with 28 additions and 1 deletions

View File

@@ -337,6 +337,10 @@
row-gap: 16px;
}
.model-manager .download-button {
max-width: fit-content;
}
/* models tab */
.model-manager [data-name="Models"] .row {
position: sticky;