Spaces:
Paused
Paused
Commit
β’
69b8403
1
Parent(s):
ac26cf5
Update custom.css
Browse files- custom.css +1 -1
custom.css
CHANGED
@@ -2,7 +2,7 @@
|
|
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:
|
6 |
#gallery{display:flex; border-top-left-radius: 0; border-top-right-radius: 0; border-top-color: transparent}
|
7 |
#gallery .grid-wrap{min-height: 100%;}
|
8 |
#accordion code{word-break: break-all;word-wrap: break-word;white-space: pre-wrap}
|
|
|
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: 35px;right: 0;margin-right: 0.8em;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}
|
6 |
#gallery{display:flex; border-top-left-radius: 0; border-top-right-radius: 0; border-top-color: transparent}
|
7 |
#gallery .grid-wrap{min-height: 100%;}
|
8 |
#accordion code{word-break: break-all;word-wrap: break-word;white-space: pre-wrap}
|