Spaces:
Running
Running
ElenaRyumina
commited on
Commit
β’
f3b566e
1
Parent(s):
8af8b56
Update app.css
Browse files
app.css
CHANGED
@@ -24,13 +24,8 @@ div.files-container {
|
|
24 |
max-height: 350px;
|
25 |
}
|
26 |
|
27 |
-
div.files-container div.icon-buttons
|
28 |
-
div.video-sorted-container div.icon-buttons
|
29 |
-
display: block;
|
30 |
-
}
|
31 |
-
|
32 |
-
div.files-container div.icon-buttons button,
|
33 |
-
div.video-sorted-container div.icon-buttons button {
|
34 |
display: none;
|
35 |
}
|
36 |
|
|
|
24 |
max-height: 350px;
|
25 |
}
|
26 |
|
27 |
+
div.files-container div.icon-buttons > button,
|
28 |
+
div.video-sorted-container div.icon-buttons > button {
|
|
|
|
|
|
|
|
|
|
|
29 |
display: none;
|
30 |
}
|
31 |
|