[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 grid overflow

Kasper (Apr 2, 2023, 5:33 PM +0200) 4937e9d4 83c6faf1

+2 -1
+2 -1
src/routes/Videos.svelte
··· 349 349 box-sizing: border-box 350 350 display: grid 351 351 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) 352 - grid-gap: 15px 352 + grid-gap: 5px 353 353 padding: var(--page-padding) 354 354 padding-top: 15px 355 355 @media screen and (max-width: 450px) ··· 364 364 padding: 3px 365 365 border: 1px solid transparent 366 366 border-radius: 3px 367 + box-sizing: border-box 367 368 .selected 368 369 background-color: hsla(210, 100%, 95%, 0.07) 369 370 border-color: hsla(210, 100%, 90%, 0.25)