Removed SourceList for old Install tab and fix for narrow screens.

This commit is contained in:
Christian Bastian
2024-02-13 01:06:17 -05:00
parent d6b197d9c7
commit 1fcda7bc17
2 changed files with 6 additions and 278 deletions

View File

@@ -298,6 +298,7 @@
.model-manager .comfy-tabs-body > div {
position: relative;
height: 100%;
width: 90%;
padding: 0 16px;
overflow-x: auto;
}
@@ -456,8 +457,3 @@
.model-manager [data-name="Download"] summary {
padding: 16px;
}
.model-manager .download-details {
border-radius: 16px;
padding: 0px 16px 0px 16px;
}