Spaces:
Running
on
A10G
Running
on
A10G
fixed css on share button
Browse files
app.py
CHANGED
@@ -42,6 +42,12 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
42 |
max-width: 13rem;
|
43 |
}
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
#share-btn-container:hover {
|
46 |
background-color: #060606;
|
47 |
}
|
|
|
42 |
max-width: 13rem;
|
43 |
}
|
44 |
|
45 |
+
div#share-btn-container > div {
|
46 |
+
flex-direction: row;
|
47 |
+
background: black;
|
48 |
+
align-items: center;
|
49 |
+
}
|
50 |
+
|
51 |
#share-btn-container:hover {
|
52 |
background-color: #060606;
|
53 |
}
|