From 61fda2456fe975dfdde777820a9efedf576c0f1b Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-3VIS1T9\\junguler" Date: Sun, 23 Oct 2022 22:04:26 +0330 Subject: [PATCH] slightly adjust the audio player's length --- stuff/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stuff/style.css b/stuff/style.css index 5567c0556..f7183968e 100755 --- a/stuff/style.css +++ b/stuff/style.css @@ -18,19 +18,17 @@ transform: translate(-50%,-50%); } audio { -width: 600px; +width: 610px; } .m3u-player--left, .m3u-player--right { appearance: none; cursor: pointer; -margin-left: auto; /* filter: invert(1); */ } .m3u-player--title { margin: auto; appearance: none; -width: 500px; text-align: center; }