We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b95801 commit 5e6f82bCopy full SHA for 5e6f82b
src/components/Stream.astro
@@ -72,7 +72,9 @@ if (thumbnail) {
72
<img
73
src={thumbnail.toString()}
74
alt={chapter}
75
- class="rounded-sm border border-accent"
+ width="120"
76
+ height="64"
77
+ class="border-accent bg-accent/10 rounded-sm border"
78
/>
79
<div class="flex h-full flex-col items-center justify-between">
80
<strong class="line-clamp-2 text-xs" title={chapter}>
0 commit comments