From a1c65572d540c287c19e9b58860fe5bfd5becd8f Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 2 Oct 2025 16:21:41 +0300 Subject: [PATCH 01/13] Fix dropdown on mobile --- ui/app/components/Dropdown.vue | 120 +++++++++++++++++++++++------ ui/app/components/History.vue | 5 +- ui/app/components/Queue.vue | 7 +- ui/app/pages/browser/[...slug].vue | 4 +- ui/app/pages/tasks.vue | 3 +- 5 files changed, 104 insertions(+), 35 deletions(-) diff --git a/ui/app/components/Dropdown.vue b/ui/app/components/Dropdown.vue index d9d162d6..b74598f0 100644 --- a/ui/app/components/Dropdown.vue +++ b/ui/app/components/Dropdown.vue @@ -11,15 +11,21 @@ - -.dropdown-menu { - width: 100%; - max-height: 300px; - overflow-y: auto; + diff --git a/ui/app/components/History.vue b/ui/app/components/History.vue index 685525aa..f4d3daca 100644 --- a/ui/app/components/History.vue +++ b/ui/app/components/History.vue @@ -174,8 +174,7 @@
- +