fix: make background gradient consistent size

This commit is contained in:
Gabe Farrell 2025-06-17 20:48:05 -04:00
parent 076dd9771b
commit 6913cbd393
2 changed files with 3 additions and 2 deletions

View file

@ -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
- Basline support for custom themes added
- Configurable activity grids now have a re-styled, collapsible menu

View file

@ -57,7 +57,7 @@ export default function MediaLayout(props: Props) {
<main
className="w-full flex flex-col flex-grow"
style={{
background: `linear-gradient(to bottom, ${bgColor}, var(--color-bg) 50%)`,
background: `linear-gradient(to bottom, ${bgColor}, var(--color-bg) 700px)`,
transition: '1000',
}}
>