Spaces:
Runtime error
Runtime error
Commit
•
d4a01b1
1
Parent(s):
e7c55ed
Update custom.css
Browse files- custom.css +2 -2
custom.css
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
#title{text-align: center;}
|
2 |
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
3 |
#title img{width: 100px; margin-right: 0.5em}
|
4 |
-
#prompt
|
5 |
-
#run_button{position:absolute;margin-top:
|
6 |
border-top-left-radius: 0px;}
|
7 |
#gallery{display:flex}
|
8 |
#gallery .grid-wrap{min-height: 100%;}
|
|
|
1 |
#title{text-align: center;}
|
2 |
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
3 |
#title img{width: 100px; margin-right: 0.5em}
|
4 |
+
#prompt input{width: calc(100% - 160px);border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
|
5 |
+
#run_button{position:absolute;margin-top: 11px;right: 0;margin-right: 0.8em;border-bottom-left-radius: 0px;
|
6 |
border-top-left-radius: 0px;}
|
7 |
#gallery{display:flex}
|
8 |
#gallery .grid-wrap{min-height: 100%;}
|