update changelog

This commit is contained in:
Vladimir Mandic
2023-10-07 10:03:16 -04:00
parent 1a984c2827
commit 5bb89027dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log for SD.Next
## Update for 2023-10-06
## Update for 2023-10-07
**TBD**: Candidates before release:
- Note: Free-U requires unreleased diffusers
+1 -1
View File
@@ -30,7 +30,7 @@ tr { border-bottom: none !important; padding: 0.1em 0.5em !important; }
.gradio-container .prose a, .gradio-container .prose a:visited{ color: unset; text-decoration: none; }
.gradio-dropdown { margin-right: var(--spacing-sm) !important; }
.gradio-dropdown ul.options { z-index: 100; min-width: fit-content; max-height: 33vh !important; white-space: nowrap; }
.gradio-dropdown ul.options { z-index: 1000; min-width: fit-content; max-height: 33vh !important; white-space: nowrap; }
.gradio-dropdown ul.options li.item { padding: var(--spacing-xs); }
.gradio-dropdown ul.options li.item:not(:has(.hide)) { background-color: var(--primary-500); }
.gradio-dropdown span { margin-bottom: 0 !important; }