Spaces:
Runtime error
Runtime error
Commit
•
d9bf4fc
1
Parent(s):
451a2fd
Update style.css
Browse files
style.css
CHANGED
@@ -12,4 +12,13 @@ h1 {
|
|
12 |
#component-0 {
|
13 |
max-width: 730px;
|
14 |
margin: auto;
|
15 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
#component-0 {
|
13 |
max-width: 730px;
|
14 |
margin: auto;
|
15 |
+
}
|
16 |
+
|
17 |
+
#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;}
|
18 |
+
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
19 |
+
#share-btn-container:hover {background-color: #060606}
|
20 |
+
#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;}
|
21 |
+
#share-btn * {all: unset}
|
22 |
+
#share-btn-container div:nth-child(-n+2){width: auto !important;min-height: 0px !important;}
|
23 |
+
#share-btn-container .wrap {display: none !important}
|
24 |
+
#share-btn-container.hidden {display: none!important}
|