From 6913cbd393263a8007ac0578fa7539fba731d65d Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Tue, 17 Jun 2025 20:48:05 -0400 Subject: [PATCH] fix: make background gradient consistent size --- CHANGELOG.md | 3 ++- client/app/routes/MediaItems/MediaLayout.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b2a81..dd69f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,4 +12,5 @@ ## Updates - Adjusted colors for the "Yuu" theme - Themes now have a single source of truth in themes.css.ts -- Basline support for custom themes added \ No newline at end of file +- Basline support for custom themes added +- Configurable activity grids now have a re-styled, collapsible menu \ No newline at end of file diff --git a/client/app/routes/MediaItems/MediaLayout.tsx b/client/app/routes/MediaItems/MediaLayout.tsx index 968dbe2..309e347 100644 --- a/client/app/routes/MediaItems/MediaLayout.tsx +++ b/client/app/routes/MediaItems/MediaLayout.tsx @@ -57,7 +57,7 @@ export default function MediaLayout(props: Props) {