From db266e40a812b81ea150e5dcbfe7ff4a52dddc59 Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 13 Feb 2026 23:01:29 +0000 Subject: [PATCH] style: switch Films rows to responsive grid matching Algos layout ContentRow and Browse My List sections now use a responsive CSS grid instead of fixed-width cards in a horizontal scroll: - Mobile: 2 columns grid - md (768px): 3 columns - lg (1024px): 4 columns - xl (1280px): 5 columns - 2xl (1536px): 6 columns Cards fill the available width at every breakpoint, matching the Algos/Trending tab grid layout for visual consistency. Scroll nav buttons hidden on desktop (grid doesn't scroll). Co-authored-by: Cursor --- src/components/ContentRow.vue | 78 +++++++++++++++++++++++++---------- src/views/Browse.vue | 47 ++++++++++++++++----- 2 files changed, 93 insertions(+), 32 deletions(-) diff --git a/src/components/ContentRow.vue b/src/components/ContentRow.vue index 4014ca0..6d1631e 100644 --- a/src/components/ContentRow.vue +++ b/src/components/ContentRow.vue @@ -5,27 +5,27 @@
- + - +
@@ -54,11 +54,11 @@
- +