From 014220426d38efd98ca72088eca1f5daad31e714 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 29 Apr 2024 09:16:41 -0400 Subject: [PATCH] update modernui --- CHANGELOG.md | 2 +- extensions-builtin/sdnext-modernui | 2 +- javascript/sdnext.css | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f94ba4f6..6be1d7621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Thanks to @BinaryQuantumSoul for his hard work on this project! Given huge number of changes with *+3443/-3342 commits diff over the past year, a completely different backend/engine and a change of focus, it is time to give credit to original [author](https://github.com/auTOMATIC1111), and move on! -## Update for 2024-04-27 +## Update for 2024-04-28 - **Features**: - **ModernUI** preview of the new [ModernUI](https://github.com/BinaryQuantumSoul/sdnext-modernui) diff --git a/extensions-builtin/sdnext-modernui b/extensions-builtin/sdnext-modernui index 70822967d..0e36e5116 160000 --- a/extensions-builtin/sdnext-modernui +++ b/extensions-builtin/sdnext-modernui @@ -1 +1 @@ -Subproject commit 70822967d57f89fc01304df4feb2b0e312047e17 +Subproject commit 0e36e5116dd3bf4d797d48955ca3d2fbc4319d10 diff --git a/javascript/sdnext.css b/javascript/sdnext.css index 3cf212f7b..8bb05d4f1 100644 --- a/javascript/sdnext.css +++ b/javascript/sdnext.css @@ -200,6 +200,7 @@ table.settings-value-table td { padding: 0.4em; border: 1px solid #ccc; max-widt /* extra networks */ #txt2img_extra_networks, #img2img_extra_networks, #control_extra_networks { width: 0; } +.extra-networks { background: var(--background-color); padding: var(--block-label-padding); } .extra-networks > div { margin: 0; border-bottom: none !important; gap: 0.3em 0; } .extra-networks .second-line { display: flex; width: -moz-available; width: -webkit-fill-available; gap: 0.3em; box-shadow: var(--input-shadow); } .extra-networks .search { flex: 1; height: 4em; }