vod frog, frog with the vods
5
fork

Configure Feed

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

move cursor hotspot to top-left nose area

+4 -4
+1 -1
src/lib/FlySpawner.svelte
··· 160 160 width: 42px; 161 161 height: 30px; 162 162 pointer-events: auto; 163 - cursor: url('/frogcursor-small.png') 16 8, pointer; 163 + cursor: url('/frogcursor-small.png') 4 2, pointer; 164 164 will-change: left, top, transform; 165 165 } 166 166
+1 -1
src/lib/VideoCard.svelte
··· 206 206 <style> 207 207 .card { 208 208 all: unset; 209 - cursor: url('/frogcursor-small.png') 16 8, pointer; 209 + cursor: url('/frogcursor-small.png') 4 2, pointer; 210 210 display: flex; 211 211 flex-direction: column; 212 212 transition: transform 0.2s ease;
+2 -2
src/routes/+layout.svelte
··· 38 38 } 39 39 /* Cursor must be in global head style to override everything */ 40 40 *, *::before, *::after { 41 - cursor: url('/frogcursor-small.png') 16 8, auto !important; 41 + cursor: url('/frogcursor-small.png') 4 2, auto !important; 42 42 } 43 43 a, button, [role="button"], input[type="submit"], select, summary { 44 - cursor: url('/frogcursor-small.png') 16 8, pointer !important; 44 + cursor: url('/frogcursor-small.png') 4 2, pointer !important; 45 45 } 46 46 </style> 47 47 </svelte:head>