From 990124466c5b6d4b273ae9b55be4c5145832e168 Mon Sep 17 00:00:00 2001 From: "hossein s. borhani" Date: Sat, 22 Oct 2022 03:13:49 +0330 Subject: [PATCH] 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 --- stuff/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stuff/style.css b/stuff/style.css index 76a608ea5..6bb5b9dd9 100755 --- a/stuff/style.css +++ b/stuff/style.css @@ -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 {