set stream link to normal font size

some links are a bit long and since i've decided to make the length of the audio player smaller in a previous commit, i'm setting the stream link back to normal size, double clicking the link still copies everything even if not all of it is displayed
This commit is contained in:
hossein s. borhani 2022-10-22 03:13:49 +03:30 committed by GitHub
parent ecc2de532e
commit 990124466c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ audio {
width: 600px;
}
.m3u-player--left, .m3u-player--right, .m3u-player--title {
.m3u-player--left, .m3u-player--right {
font-size: 200%;
appearance: none;
}
@ -40,6 +40,7 @@ right: -44px;
.m3u-player--title {
margin: auto;
appearance: none;
}
button {