Spaces:
Running
Running
better css selector
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ css = '''
|
|
34 |
#share-btn * {
|
35 |
all: unset;
|
36 |
}
|
37 |
-
#
|
38 |
width: auto !important;
|
39 |
min-height: 0px !important;
|
40 |
}
|
|
|
34 |
#share-btn * {
|
35 |
all: unset;
|
36 |
}
|
37 |
+
#share-btn-container div:nth-child(-n+2){
|
38 |
width: auto !important;
|
39 |
min-height: 0px !important;
|
40 |
}
|