this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix nav to top of screen

+2 -1
+2 -1
src/components/generic/Nav.astro
··· 51 51 background: black; 52 52 border: none; 53 53 54 - position: absolute; 54 + position: fixed; 55 + top: 0; 55 56 transition: 56 57 left 0.2s, 57 58 display 0.2s allow-discrete;