Add slider for time range

This commit is contained in:
2024-07-15 21:41:09 +00:00
parent 45272a6242
commit e549afce96
4 changed files with 125 additions and 61 deletions

View File

@@ -39,6 +39,16 @@ h2 {
z-index: 9999;
}
.time-slider {
padding: 1em 0.5em;
}
.range {
color: white;
text-align: center;
padding: 0.5rem;
}
.submenu {
background-color: #666;
max-width: 40em;