skip queue

This commit is contained in:
2024-07-20 09:52:50 +02:00
parent 5858cee900
commit 58e8bbbbef
7 changed files with 59 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

+12
View File
@@ -457,6 +457,7 @@ input[type="range"]#volume::-webkit-slider-thumb {
.undo-wrapper p {
flex-grow: 1;
padding: 0 5px;
text-align: right;
}
.undo {
@@ -465,6 +466,17 @@ input[type="range"]#volume::-webkit-slider-thumb {
background-position: 50% 0;
padding: 32px 0 4px 0;
height: 50px;
min-width: 40px;
}
.skip {
background-image: url(img/download.png);
background-repeat: no-repeat;
background-position: 50% 20%;
padding: 32px 0 4px 0;
height: 50px;
min-width: 40px;
margin-left: 5px;
}
.progress-indicator {