Spaces:
Paused
Paused
Commit
•
daa58a6
1
Parent(s):
e508ff5
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
h1 {
|
2 |
+
text-align: center;
|
3 |
+
}
|
4 |
+
|
5 |
+
#duplicate-button {
|
6 |
+
margin: auto;
|
7 |
+
color: #fff;
|
8 |
+
background: #1565c0;
|
9 |
+
border-radius: 100vh;
|
10 |
+
}
|
11 |
+
|
12 |
+
.gradio-container {
|
13 |
+
max-width: 730px! important;
|
14 |
+
}
|
15 |
+
|
16 |
+
#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;margin-top: 0.35em;}
|
17 |
+
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
18 |
+
#share-btn-container:hover {background-color: #060606}
|
19 |
+
#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;font-size: 15px;}
|
20 |
+
#share-btn * {all: unset}
|
21 |
+
#share-btn-container div:nth-child(-n+2){width: auto !important;min-height: 0px !important;}
|
22 |
+
#share-btn-container .wrap {display: none !important}
|
23 |
+
#share-btn-container.hidden {display: none!important}
|