fixed age slider label, added current selected year label and maximum oldest year

This commit is contained in:
mattiapezzotti
2024-06-29 09:11:43 +02:00
parent 6d1a6c29a2
commit fd7534b175
3 changed files with 41 additions and 15 deletions

View File

@@ -621,7 +621,11 @@ label.streetside-hires {
cursor: pointer;
}
datalist {
display: inline-block;
vertical-align: middle;
}
.slider-wrap {
display: inline-block;
}
.year-datalist {
display: flex;
justify-content: space-between;
}