Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

chore: Double the size of 88x31 buttons to improve rendering

Aria 7a030a0a a8720960

+7 -4
+6 -3
src/components/FriendLink.astro
··· 3 3 4 4 const { name, image, target } = Astro.props; 5 5 --- 6 - <a href={`${target}`} target="_blank"><Image src={image} width={88} height={31} alt={`${name}`} /></a> 6 + <a href={`${target}`} target="_blank"><Image src={image} width={88} height={31} alt={`${name}`} class="flex" /></a> 7 7 <style> 8 8 img { 9 9 image-rendering: pixelated; 10 - width: 88px; 11 - height: 31px; 10 + min-width: 88px; 11 + width: 176px; 12 + min-height: 31px; 13 + height: 62px; 14 + scale: initial; 12 15 padding: 4px; 13 16 } 14 17 </style>
+1 -1
src/pages/other buttons.astro
··· 59 59 target="https://astro.build/" 60 60 /> 61 61 <!--suppress HtmlDeprecatedAttribute --> 62 - <iframe src="//incr.easrng.net/badge?key=ariadotcoffee" style="background: url(//incr.easrng.net/bg.gif)" title="increment badge" width="88" height="31" frameborder="0"></iframe> 62 + <div style="width: 176px; height: 62px" class="flex place-content-center items-center"><iframe src="https://incr.easrng.net/badge?key=ariadotcoffee" style="background: url(//incr.easrng.net/bg.gif); transform: scale(2);" title="increment badge" width="88" height="31" frameborder="0"></iframe></div> 63 63 <FriendLink 64 64 name="Specsavers" 65 65 image="/static/img/88x31/eyes.gif"