Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

style(layout): prevent shift on viewer open

the3ash 9dbc7e6f 77a43154

+4
+4
src/styles/global.css
··· 97 97 --astro-code-token-link: rgba(255, 255, 255, 0.55); 98 98 } 99 99 100 + html { 101 + scrollbar-gutter: stable; 102 + } 103 + 100 104 body { 101 105 background-color: var(--bg); 102 106 font-family: var(--font-sans);