add time slider

This commit is contained in:
Armen Rohalov
2025-04-07 20:14:00 +03:00
parent 94e21f9127
commit 7b6149a33f
5 changed files with 529 additions and 51 deletions
@@ -1,3 +1,14 @@
.input-group{
display: flex;
flex-direction: row;
padding: 0 4px;
}
.video-slider{
width: 100%;
margin: 12px 20px;
}
.buttons-group {
display: flex;
justify-content: center;