Song durations!

This commit is contained in:
Bingus_Violet 2024-01-25 22:24:09 -06:00
parent 2c620209ad
commit a493263f72
3 changed files with 64 additions and 10 deletions

View file

@ -271,6 +271,26 @@ hr {
border-radius: 5px;
}
.lengthBar {
background-color: rgb(50, 40, 60);
display: inline-block;
width: 80%;
height: 10px;
padding: 0;
overflow: hidden;
border-radius: 5px;
}
.lengthBar > span {
margin: 0;
padding: 0;
width: 100%;
background-color: white;
height: 20px;
display: inline-block;
position: relative;
}
@keyframes fade-in {
0% {
opacity: 0;