[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

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

Fix channels page responsiveness

Kasper (Jan 21, 2024, 5:08 AM +0100) c85d377a ee374542

+3 -1
+3 -1
src/routes/channels/+page.svelte
··· 163 163 padding: var(--page-padding) 164 164 gap: var(--page-padding) 165 165 display: grid 166 - grid-template-columns: repeat(auto-fill, minmax(550px, 1fr)) 166 + grid-template-columns: 1fr 167 + @media screen and (min-width: 600px) 168 + grid-template-columns: repeat(auto-fill, minmax(550px, 1fr)) 167 169 .channel 168 170 display: flex 169 171 align-items: center