atmosphere explorer

calice

handle.invalid 911dda06 5232561b

verified
+2 -1
public/headers/montreal.webp

This is a binary file and will not be displayed.

+2 -1
src/layout.tsx
··· 26 26 "did:plc:p2cp5gopk7mgjegy6wadk3ep": "aurora.jpg", 27 27 "did:plc:ucaezectmpny7l42baeyooxi": "almaty.webp", 28 28 "did:plc:7rfssi44thh6f4ywcl3u5nvt": "sonic.jpg", 29 + "did:plc:6if5m2yo6kroprmmency3gt5": "montreal.webp", 29 30 }; 30 31 31 32 const Layout = (props: RouteSectionProps<unknown>) => { ··· 130 131 style={{ 131 132 "background-image": 132 133 props.params.repo && props.params.repo in headers ? 133 - `linear-gradient(to left, transparent 10%, var(--header-bg) 85%), url(/headers/${headers[props.params.repo]})` 134 + `linear-gradient(to left, transparent 20%, var(--header-bg) 85%), url(/headers/${headers[props.params.repo]})` 134 135 : undefined, 135 136 }} 136 137 >