From 605da7e1e3ad8ff27fa72df3dd49a2fd7cae4eec Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Mon, 16 Feb 2026 15:02:20 -0500 Subject: [PATCH] update --- frontend/static/css/requestarr-discover.css | 29 ++++++++++++++++----- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/frontend/static/css/requestarr-discover.css b/frontend/static/css/requestarr-discover.css index 0f3f84be..b9218ab9 100644 --- a/frontend/static/css/requestarr-discover.css +++ b/frontend/static/css/requestarr-discover.css @@ -1582,13 +1582,8 @@ } @media (max-width: 600px) { - .reqset-toolbar { - flex-direction: column; - align-items: flex-start; - gap: 10px; - } .reqset-toolbar-right { - width: 100%; + width: auto; justify-content: flex-end; } } @@ -2009,6 +2004,28 @@ .requestarr-content { padding: 0; } + + /* Force left alignment and reduce height by 35% */ + .reqset-toolbar.requestarr-header-bar { + padding: 6px 12px !important; + justify-content: flex-start !important; + min-height: unset !important; + height: auto !important; + } + + .reqset-toolbar-left { + justify-content: flex-start !important; + width: 100% !important; + } + + .requestarr-view-header { + justify-content: flex-start !important; + width: 100% !important; + } + + .reqset-back-btn { + margin-left: 0 !important; + } .view-header { flex-direction: column;