Fix small problem in textbox css
This commit is contained in:
lllyasviel
2023-08-14 11:18:52 -07:00
committed by GitHub
parent b2b2fce807
commit 7e1b551cc2
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
version = '1.0.26' version = '1.0.27'
+4
View File
@@ -72,6 +72,10 @@ progress::after {
height: 80px !important; height: 80px !important;
} }
.scroll-hide{
resize: none !important;
}
''' '''
progress_html = ''' progress_html = '''
<div class="loader-container"> <div class="loader-container">
+4
View File
@@ -1,3 +1,7 @@
### 1.0.27
* Fix small problem in textbox css
### 1.0.25 ### 1.0.25
* support sys.argv --listen --share --port * support sys.argv --listen --share --port