the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

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

chore: fix bubble padding showing

+2 -2
+2 -2
templates/shortcodes/is.md
··· 24 24 const diffInMins = Math.floor(diffInMs / (1000 * 60)); 25 25 const diffInHours = Math.floor(diffInMs / (1000 * 60 * 60)); 26 26 if (diffInHours > 12) { 27 - bubble.style.visibility = "hidden"; 27 + bubble.style.display = "none"; 28 28 return; 29 29 } 30 30 const latestStatus = `"${statusData.records[0].value.text}"`; ··· 37 37 } else { 38 38 verbLink.textContent = "Kieran is"; 39 39 } 40 - bubble.style.visibility = "visible"; 40 + bubble.style.display = "block"; 41 41 bubble.classList.add("animate-in"); 42 42 if (window.matchMedia("(prefers-reduced-motion: reduce)").matches) { 43 43 bubble.style.transform = "none";