From f25d0768a119847468b8dc055ee67f3b4db3a1bc Mon Sep 17 00:00:00 2001 From: npeter83 Date: Tue, 30 Jun 2026 04:56:08 +0200 Subject: [PATCH] =?UTF-8?q?polish(feed):=20one-row=20toolbar=20=E2=80=94?= =?UTF-8?q?=20count=20after=20Source,=20sort=20right-aligned?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collapse the feed toolbar's two rows into one: the video count sits right after the Source dropdown, and the sort controls move onto the same row, pushed right with ml-auto (wraps gracefully on narrow widths). Applies everywhere the Feed renders (main feed + channel page). --- frontend/src/components/Feed.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/Feed.tsx b/frontend/src/components/Feed.tsx index 345a485..6c66450 100644 --- a/frontend/src/components/Feed.tsx +++ b/frontend/src/components/Feed.tsx @@ -442,7 +442,7 @@ export default function Feed({ const toolbar = (
-
+
{SHOW_IDS.map((id) => (
-
- +