From ea03167da8006141307fe791ef6a9c5e88d36b81 Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 2 Feb 2026 22:46:45 +0000 Subject: [PATCH] feat: enhance layout and styling of content rows and header - Updated content card width from 140/180px to 200/280px for improved visibility - Changed image class to use 'object-contain' and added background color for better aesthetics - Introduced a gradient background for the header with dynamic styles based on scroll position - Added new CSS classes for header gradient effects and improved backdrop filter for a modern look Co-authored-by: Cursor --- src/components/ContentRow.vue | 4 ++-- src/views/Browse.vue | 40 ++++++++++++++++++++++++++++++----- 2 files changed, 37 insertions(+), 7 deletions(-) diff --git a/src/components/ContentRow.vue b/src/components/ContentRow.vue index 0a22c39..f5a8812 100644 --- a/src/components/ContentRow.vue +++ b/src/components/ContentRow.vue @@ -25,13 +25,13 @@
diff --git a/src/views/Browse.vue b/src/views/Browse.vue index 0e929c0..aa1d599 100644 --- a/src/views/Browse.vue +++ b/src/views/Browse.vue @@ -1,12 +1,12 @@