From 4bc14caae7d451c562df6d327e69b9b45173ae40 Mon Sep 17 00:00:00 2001 From: Dorian Date: Thu, 12 Feb 2026 13:21:13 +0000 Subject: [PATCH] Match algo filter layout to Films/My List (slider spacing) Replaced the grid layout on the algo filter view with the same flex slider container (gap-8, pt-6 pb-8, fixed card widths) used by ContentRow and My List, with flex-wrap so all items remain visible. Co-authored-by: Cursor --- src/views/Browse.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Browse.vue b/src/views/Browse.vue index ce37d54..f527758 100644 --- a/src/views/Browse.vue +++ b/src/views/Browse.vue @@ -177,11 +177,11 @@

{{ activeAlgorithmLabel }}

-
+