From 7e1b551cc2443d97054325ae4dcc8d2dec7611c2 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Mon, 14 Aug 2023 11:18:52 -0700 Subject: [PATCH] 1.0.27 Fix small problem in textbox css --- fooocus_version.py | 2 +- modules/html.py | 4 ++++ update_log.md | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/fooocus_version.py b/fooocus_version.py index 1dad06ac..8133d4e9 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '1.0.26' +version = '1.0.27' diff --git a/modules/html.py b/modules/html.py index 8a099401..4fd26231 100644 --- a/modules/html.py +++ b/modules/html.py @@ -72,6 +72,10 @@ progress::after { height: 80px !important; } +.scroll-hide{ + resize: none !important; +} + ''' progress_html = '''
diff --git a/update_log.md b/update_log.md index 221bba49..3e13bda4 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,7 @@ +### 1.0.27 + +* Fix small problem in textbox css + ### 1.0.25 * support sys.argv --listen --share --port