skip queue
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user