Fix applayout illustration bug

This commit is contained in:
DrMint 2024-02-01 21:03:05 +01:00
parent 7f7233934d
commit f4cead3f9c
1 changed files with 2 additions and 1 deletions

View File

@ -49,9 +49,10 @@ const {
/* ------------------------------------------- CSS -------------------------------------------- */
}
{/* TODO: Not use CSS image if possible */}
<style
define:vars={{
illustration: `url(${illustration})`,
illustration: illustration ? `url(${illustration})` : "unset",
illustrationSize,
illustrationPosition,
}}