Spaces:
Running
Running
Update style/sidebar_style.css
Browse files- style/sidebar_style.css +14 -2
style/sidebar_style.css
CHANGED
@@ -9,8 +9,20 @@
|
|
9 |
}
|
10 |
}
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
[class='stAudio'] {
|
13 |
max-width: 500px !important;
|
14 |
margin: auto !important;
|
15 |
-
}
|
16 |
-
|
|
|
9 |
}
|
10 |
}
|
11 |
|
12 |
+
section[data-testid='stFileUploaderDropzone'] {
|
13 |
+
padding: 0 2rem;
|
14 |
+
}
|
15 |
+
|
16 |
+
section[data-testid='stFileUploaderDropzone']>button {
|
17 |
+
display:none;
|
18 |
+
}
|
19 |
+
|
20 |
+
div[data-testid="stFileUploaderDropzoneInstructions"]>div>span {
|
21 |
+
display:none;
|
22 |
+
}
|
23 |
+
|
24 |
+
|
25 |
[class='stAudio'] {
|
26 |
max-width: 500px !important;
|
27 |
margin: auto !important;
|
28 |
+
}
|
|