vod frog, frog with the vods
5
fork

Configure Feed

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

fix padding bug: use paddingValue instead of raw padding+px in template

goose.art c6a13bba 381f5311

+1 -1
+1 -1
src/lib/WavyBorder.svelte
··· 101 101 } 102 102 </script> 103 103 104 - <div class="wavy-container" style="--padding: {padding}px;"> 104 + <div class="wavy-container" style="--padding: {paddingValue};"> 105 105 <!-- Clipped container: fill + content --> 106 106 <div class="wavy-clipped" style="clip-path: {clipPolygon};"> 107 107 <div class="wavy-fill" style="background: {fill};"></div>