slightly adjust the audio player's length
This commit is contained in:
parent
1b3bc292af
commit
61fda2456f
@ -18,19 +18,17 @@ transform: translate(-50%,-50%);
|
|||||||
}
|
}
|
||||||
|
|
||||||
audio {
|
audio {
|
||||||
width: 600px;
|
width: 610px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.m3u-player--left, .m3u-player--right {
|
.m3u-player--left, .m3u-player--right {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-left: auto;
|
|
||||||
/* filter: invert(1); */
|
/* filter: invert(1); */
|
||||||
}
|
}
|
||||||
|
|
||||||
.m3u-player--title {
|
.m3u-player--title {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
width: 500px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user