Spaces:
Runtime error
Runtime error
Commit
·
b5b396d
1
Parent(s):
5197fe6
Update style.css
Browse files
style.css
CHANGED
|
@@ -75,3 +75,19 @@ input[type='range'] {
|
|
| 75 |
padding-top: 1.5rem;
|
| 76 |
}
|
| 77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
padding-top: 1.5rem;
|
| 76 |
}
|
| 77 |
|
| 78 |
+
#share-btn-container {
|
| 79 |
+
display: flex; padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; width: 13rem; margin-left: auto;
|
| 80 |
+
}
|
| 81 |
+
#share-btn {
|
| 82 |
+
all: initial; color: #ffffff;font-weight: 600; cursor:pointer; font-family: 'IBM Plex Sans', sans-serif; margin-left: 0.5rem !important; padding-top: 0.25rem !important; padding-bottom: 0.25rem !important;
|
| 83 |
+
}
|
| 84 |
+
#share-btn * {
|
| 85 |
+
all: unset;
|
| 86 |
+
}
|
| 87 |
+
#share-btn-container div:nth-child(-n+2){
|
| 88 |
+
width: auto !important;
|
| 89 |
+
min-height: 0px !important;
|
| 90 |
+
}
|
| 91 |
+
#share-btn-container .wrap {
|
| 92 |
+
display: none !important;
|
| 93 |
+
}
|