vod frog, frog with the vods
5
fork

Configure Feed

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

reduce padding: video player 4px, cards 24-36px

+2 -2
+1 -1
src/lib/VideoCard.svelte
··· 143 143 </script> 144 144 145 145 <button class="card" style={cardStyle} onclick={() => onSelect(video)}> 146 - <WavyBorder seed={rkey} fill="#39FF44" strokeColor="#0A182B" strokeWidth={2.2} padding="clamp(56px, 9vw, 80px)"> 146 + <WavyBorder seed={rkey} fill="#39FF44" strokeColor="#0A182B" strokeWidth={2.2} padding="clamp(24px, 4vw, 36px)"> 147 147 <span class="duration-badge">{formatDuration(video.value.duration)}</span> 148 148 <div class="thumb-wrapper"> 149 149 <WavyBorder seed={rkey + '-thumb'} fill="#3992FF" strokeColor="#0A182B" strokeWidth={1.5} padding={0}>
+1 -1
src/lib/VideoPlayer.svelte
··· 209 209 } 210 210 </script> 211 211 212 - <WavyBorder seed="player-main"> 212 + <WavyBorder seed="player-main" padding={4}> 213 213 <div 214 214 class="player-wrapper" 215 215 onmousemove={onMouseActivity}