From 17057ecfbeaeaec4481ee823803039561c2b3925 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Nov 2025 22:12:48 +0000 Subject: [PATCH] WebUI - Mobile view tweaks (#329) One set of changes I forgot to commit yesterday - a few minor adjustments to improve experience on mobile, especially PWAs. Adjusted search bar positioning and added explicit safe views for individual components such as the header and footer. Before / After - test PWA on my iPhone: IMG_1004 - IMG_1003 @calibrain I think you can also close #31 #178 and #270 , should all be covered off by the various WebUI PRs in the last week or so :) --------- Co-authored-by: CaliBrain --- src/frontend/src/components/DownloadsSidebar.tsx | 15 ++++++++++++--- src/frontend/src/components/Footer.tsx | 8 +++++++- src/frontend/src/components/Header.tsx | 5 ++++- src/frontend/src/components/SearchSection.tsx | 2 +- src/frontend/src/styles.css | 10 ++++++++++ 5 files changed, 34 insertions(+), 6 deletions(-) diff --git a/src/frontend/src/components/DownloadsSidebar.tsx b/src/frontend/src/components/DownloadsSidebar.tsx index 3664d58..97e8522 100644 --- a/src/frontend/src/components/DownloadsSidebar.tsx +++ b/src/frontend/src/components/DownloadsSidebar.tsx @@ -288,7 +288,10 @@ export const DownloadsSidebar = ({ style={{ background: 'var(--bg)' }} > {/* Header */} -
+

Downloads