Mirror of
0
fork

Configure Feed

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

fix: mobile positioning

+1 -3
+1
src/layouts/LunariaLayout.astro
··· 67 67 main { 68 68 max-width: 80ch; 69 69 margin-inline: auto; 70 + padding: 2rem; 70 71 } 71 72 .limit-to-viewport { 72 73 max-width: calc(100vw - 2rem);
-1
src/pages/index.astro
··· 4 4 5 5 const pluginsData = await processPlugins(); 6 6 const buildTimeISO = new Date().toISOString(); // Build timestamp 7 - const scheduledTimeUTC = "00:00"; // Static, from GitHub Actions cron 8 7 --- 9 8 10 9 <LunariaLayout title="Starlight Plugins Translation Tracker" {pluginsData}>
-2
src/styles/globals.css
··· 15 15 font-family: var(--ln-font-body); 16 16 font-size: 16px; 17 17 line-height: 1.5; 18 - margin-block: 2rem; 19 - margin-inline: 1rem; 20 18 } 21 19 22 20 h1,