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
pull/16/head
hossein s. borhani 2 years ago committed by GitHub
parent ecc2de532e
commit 990124466c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save