From 6e06c090d8a52d4a330db08f6533fc2b872a4120 Mon Sep 17 00:00:00 2001 From: Samidy Date: Mon, 26 Jan 2026 01:05:51 +0300 Subject: [PATCH] button styles lol --- styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/styles.css b/styles.css index 1f52599..d2f287d 100644 --- a/styles.css +++ b/styles.css @@ -4690,3 +4690,17 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn { display: none; } } + + +@media (max-width: 480px) { + .player-controls .buttons { + gap: 1.25rem; + } +} + +@media (max-width: 480px) { + .player-controls .buttons button svg { + width: 25px; + height: 25px; + } +} \ No newline at end of file