Spaces:
Running
Running
Commit
β’
5591409
1
Parent(s):
950e7a2
v0.8.4 (#12)
Browse files- Summary (2e45925a6f1860a0c5f3802a5d005a9ce14786da)
Co-authored-by: Dmitry Ryumin <DmitryRyumin@users.noreply.huggingface.co>
- app.css +8 -0
- config.toml +1 -1
app.css
CHANGED
@@ -24,6 +24,10 @@ div.files-container {
|
|
24 |
max-height: 350px;
|
25 |
}
|
26 |
|
|
|
|
|
|
|
|
|
27 |
div.files-container:hover label[data-testid="block-label"],
|
28 |
div.video-container:hover label[data-testid="block-label"],
|
29 |
div.video-sorted-container:hover label[data-testid="block-label"] {
|
@@ -132,6 +136,10 @@ div.languages-container > div.country_flags {
|
|
132 |
min-width: none;
|
133 |
}
|
134 |
|
|
|
|
|
|
|
|
|
135 |
div.languages-container > div.country_flags button {
|
136 |
width: fit-content;
|
137 |
cursor: default;
|
|
|
24 |
max-height: 350px;
|
25 |
}
|
26 |
|
27 |
+
div.files-container div.icon-buttons button {
|
28 |
+
display: none;
|
29 |
+
}
|
30 |
+
|
31 |
div.files-container:hover label[data-testid="block-label"],
|
32 |
div.video-container:hover label[data-testid="block-label"],
|
33 |
div.video-sorted-container:hover label[data-testid="block-label"] {
|
|
|
136 |
min-width: none;
|
137 |
}
|
138 |
|
139 |
+
div.languages-container > div.icon-buttons {
|
140 |
+
display: none;
|
141 |
+
}
|
142 |
+
|
143 |
div.languages-container > div.country_flags button {
|
144 |
width: fit-content;
|
145 |
cursor: default;
|
config.toml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[AppSettings]
|
2 |
-
APP_VERSION = "0.8.
|
3 |
CSS_PATH = "app.css"
|
4 |
|
5 |
[InformationMessages]
|
|
|
1 |
[AppSettings]
|
2 |
+
APP_VERSION = "0.8.4"
|
3 |
CSS_PATH = "app.css"
|
4 |
|
5 |
[InformationMessages]
|