From 5e6c1e009a8a8d3cdc1b3e3cdd94c0c82632f0f5 Mon Sep 17 00:00:00 2001 From: Dorian Date: Thu, 12 Feb 2026 13:06:23 +0000 Subject: [PATCH] Match My List and filter grid text styling to ContentRow Title and description text sizes in the My List (Continue Watching, Saved Films, Rentals) and filtered grid views were smaller than the Films tab ContentRow cards. Aligned all to use the same text-base/md:text-xl title and text-base description sizing. Co-authored-by: Cursor --- src/views/Browse.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/Browse.vue b/src/views/Browse.vue index b78f881..2a929d9 100644 --- a/src/views/Browse.vue +++ b/src/views/Browse.vue @@ -82,7 +82,7 @@