Small fixes

This commit is contained in:
DrMint 2024-03-13 05:39:18 +01:00
parent 7307f6efee
commit b10cd01c2f
4 changed files with 3 additions and 2 deletions

View File

@ -159,6 +159,7 @@ const translation = getLocalizedMatch(page.translations);
margin: -1.5em;
margin-block: 1em;
border-radius: 3em;
width: fit-content;
}
hr {

View File

@ -236,6 +236,7 @@ const scansFirstImage = scans[0];
margin: -1.5em;
margin-block: 1em;
border-radius: 3em;
width: fit-content;
}
}

View File

@ -19,8 +19,6 @@ if (folder instanceof Response) {
const { getLocalizedMatch } = await getI18n(Astro.locals.currentLocale);
const meta = getLocalizedMatch(folder.translations);
// TODO: handle light and dark illustration for applayout
---
{/* ------------------------------------------- HTML ------------------------------------------- */}

View File

@ -195,6 +195,7 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale);
backdrop-filter: blur(5px);
padding: 1em;
margin: -1em;
width: fit-content;
border-radius: 5em;
}