diff --git a/webui/static/mobile.css b/webui/static/mobile.css index cea56908..5ead6d16 100644 --- a/webui/static/mobile.css +++ b/webui/static/mobile.css @@ -1115,7 +1115,7 @@ /* Download stats grid */ .download-dashboard-stats { - grid-template-columns: repeat(2, 1fr); + grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 12px; } diff --git a/webui/static/script.js b/webui/static/script.js index c5649117..c32222d4 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -5571,6 +5571,24 @@ function generateDownloadModalHeroSection(context) {