artificialguybr
commited on
Commit
•
27063b6
1
Parent(s):
a06e082
Create custom.css
Browse files- custom.css +27 -0
custom.css
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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%;}
|
9 |
+
#accordion code{word-break: break-all;word-wrap: break-word;white-space: pre-wrap}
|
10 |
+
#soon{opacity: 0.55; pointer-events: none}
|
11 |
+
#soon button{width: 100%}
|
12 |
+
#share-btn-container {padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; max-width: 13rem; margin-left: auto;}
|
13 |
+
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
14 |
+
#share-btn-container:hover {background-color: #060606}
|
15 |
+
#share-btn {all: initial; color: #ffffff;font-weight: 600; cursor:pointer; font-family: 'IBM Plex Sans', sans-serif; margin-left: 0.5rem !important; padding-top: 0.5rem !important; padding-bottom: 0.5rem !important;right:0;}
|
16 |
+
#share-btn * {all: unset}
|
17 |
+
#share-btn-container div:nth-child(-n+2){width: auto !important;min-height: 0px !important;}
|
18 |
+
#share-btn-container .wrap {display: none !important}
|
19 |
+
#share-btn-container.hidden {display: none!important}
|
20 |
+
#extra_info{margin-top: 1em}
|
21 |
+
.pending .min {min-height: auto}
|
22 |
+
|
23 |
+
@media (max-width: 527px) {
|
24 |
+
#title h1{font-size: 2.2em}
|
25 |
+
#title img{width: 80px;}
|
26 |
+
#gallery {max-height: 370px}
|
27 |
+
}
|