Personal Site
0
fork

Configure Feed

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

Increase padding for legibility

+1 -1
+1 -1
src/components/playing/NowPlaying.astro
··· 79 79 80 80 box-sizing: border-box; 81 81 /* gets overridden by the fukcin * selector. for some reason */ 82 - padding: calc((20 / 3) * 1cqw) !important; 82 + padding: calc((25 / 3) * 1cqw) !important; 83 83 84 84 border-image: var(--box-tlbr-png) 10 fill / calc((20 / 3) * 1cqw) 85 85 round;