Spaces:
Running
on
Zero
Running
on
Zero
xiaoyuxi
commited on
Commit
·
49d1cf3
1
Parent(s):
2af396c
ui_fix
Browse files- _viz/viz_template.html +5 -2
_viz/viz_template.html
CHANGED
|
@@ -185,7 +185,7 @@
|
|
| 185 |
background: rgba(44, 44, 44, 0.98);
|
| 186 |
padding: 10px;
|
| 187 |
border-radius: 6px;
|
| 188 |
-
width:
|
| 189 |
max-height: calc(100vh - 40px);
|
| 190 |
overflow-y: auto;
|
| 191 |
pointer-events: auto;
|
|
@@ -260,19 +260,22 @@
|
|
| 260 |
display: flex;
|
| 261 |
align-items: center;
|
| 262 |
gap: 6px;
|
|
|
|
| 263 |
}
|
| 264 |
|
| 265 |
.slider-container label {
|
| 266 |
min-width: 60px;
|
| 267 |
font-size: 10px;
|
|
|
|
| 268 |
}
|
| 269 |
|
| 270 |
input[type="range"] {
|
| 271 |
-
flex
|
| 272 |
height: 2px;
|
| 273 |
-webkit-appearance: none;
|
| 274 |
background: rgba(255, 255, 255, 0.1);
|
| 275 |
border-radius: 1px;
|
|
|
|
| 276 |
}
|
| 277 |
|
| 278 |
input[type="range"]::-webkit-slider-thumb {
|
|
|
|
| 185 |
background: rgba(44, 44, 44, 0.98);
|
| 186 |
padding: 10px;
|
| 187 |
border-radius: 6px;
|
| 188 |
+
width: 195px;
|
| 189 |
max-height: calc(100vh - 40px);
|
| 190 |
overflow-y: auto;
|
| 191 |
pointer-events: auto;
|
|
|
|
| 260 |
display: flex;
|
| 261 |
align-items: center;
|
| 262 |
gap: 6px;
|
| 263 |
+
width: 100%;
|
| 264 |
}
|
| 265 |
|
| 266 |
.slider-container label {
|
| 267 |
min-width: 60px;
|
| 268 |
font-size: 10px;
|
| 269 |
+
flex-shrink: 0;
|
| 270 |
}
|
| 271 |
|
| 272 |
input[type="range"] {
|
| 273 |
+
flex: 1;
|
| 274 |
height: 2px;
|
| 275 |
-webkit-appearance: none;
|
| 276 |
background: rgba(255, 255, 255, 0.1);
|
| 277 |
border-radius: 1px;
|
| 278 |
+
min-width: 0;
|
| 279 |
}
|
| 280 |
|
| 281 |
input[type="range"]::-webkit-slider-thumb {
|