fix: make background gradient consistent size

pull/23/head
Gabe Farrell 6 months ago
parent 076dd9771b
commit 6913cbd393

@ -13,3 +13,4 @@
- Adjusted colors for the "Yuu" theme - Adjusted colors for the "Yuu" theme
- Themes now have a single source of truth in themes.css.ts - 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

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

Loading…
Cancel
Save