Spaces:
Sleeping
Sleeping
File size: 331 Bytes
ebe8012 a2f6f40 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
.index-display {
font-size: 18px;
color: white;
text-align: right;
}
.button-container .gr-button {
height: 250px;
}
.slider-container {
display: flex;
align-items: center;
gap: 10px;
}
.slider-container .gr-slider {
flex: 1;
}
.gr-dropdown {
width: 100px;
}
.blank-column {
flex: 1;
}
|