Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PSNbst
/
Image_Combine
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PSNbst
commited on
Jan 18
Commit
c674d4d
·
verified
·
1 Parent(s):
949d787
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+10
-0
style.css
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
#upload-box {
2
+
max-height: 300px;
3
+
overflow-y: scroll;
4
+
border: 1px solid #ccc;
5
+
padding: 10px;
6
+
}
7
+
8
+
#convert-button, #download-zip {
9
+
width: 100%;
10
+
}