This commit is contained in:
ZXY101
2023-09-29 11:52:15 +02:00
parent 82053c1d41
commit 133567a7a4

View File

@@ -9,7 +9,9 @@
{#if manga} {#if manga}
<a href={id}> <a href={id}>
<div class="flex flex-col gap-[5px] text-center items-center bg-slate-900 pb-1"> <div
class="flex flex-col gap-[5px] text-center items-center bg-slate-900 pb-1 bg-opacity-50 border border-slate-950"
>
{#if manga.files} {#if manga.files}
<img <img
src={URL.createObjectURL(Object.values(manga.files)[0])} src={URL.createObjectURL(Object.values(manga.files)[0])}