From c866dc4c539d72134ea690c7c44318a58ec27fd2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 30 Apr 2026 23:16:11 +0300 Subject: mobile: responsive layout, touch-friendly progress bar, collapsible filters - Add mobile breakpoints (860px/520px) with compact header, full-width sidebar overlay, flexible search bar, and adaptive toolbar. - Player now spans full width on mobile and has reduced stage height. - Progress bar gains touch-drag support (touchstart/move/end) for mobile seeking. - Collapse advanced filters (tags/duration/filesize) behind a 'Filters' toggle to keep the default toolbar KISS. Only type and favorites remain always visible. --- web/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index 4b63f13..1fc583e 100644 --- a/web/index.html +++ b/web/index.html @@ -43,13 +43,16 @@ +
+ + + +
-- cgit v1.2.3