Блоги #1

Merged
rndtrash merged 64 commits from feature-blogs into master 2025-10-22 08:44:56 +03:00
Showing only changes of commit 4eb1cb0a0e - Show all commits

View file

@ -13,7 +13,11 @@
}
</script>
<span class="{className} {black ? 'fill-slate-950' : 'fill-slate-50'} hover-icon">
<span
class="{className} {black ? 'fill-slate-950' : 'fill-slate-50'} hover-icon"
style:width="{size}px"
style:height="{size}px"
>
{#if src}
{#if isUrl(src)}
<img {src} {alt} width={size} height={size} />
@ -29,7 +33,7 @@
@import '$src/app.css';
.hover-icon {
@apply text-sm uppercase transition-all;
@apply block text-sm uppercase transition-all;
img {
margin: 0;