Styling
This commit is contained in:
@@ -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])}
|
||||||
|
|||||||
Reference in New Issue
Block a user