mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
fix: make background gradient consistent size
This commit is contained in:
parent
076dd9771b
commit
6913cbd393
2 changed files with 3 additions and 2 deletions
|
|
@ -12,4 +12,5 @@
|
||||||
## Updates
|
## Updates
|
||||||
- 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…
Add table
Add a link
Reference in a new issue