slightly adjust the audio player's length

This commit is contained in:
U-DESKTOP-3VIS1T9\junguler 2022-10-23 22:04:26 +03:30
parent 1b3bc292af
commit 61fda2456f

View File

@ -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;
} }