feat(components/tiles/pages): text page

This commit is contained in:
mikhail "synzr" 2025-12-01 11:04:21 +05:00
parent ee42b07e6a
commit 7875fedc83
5 changed files with 61 additions and 17 deletions

View file

@ -16,6 +16,11 @@ Image page for a tile. Must be in a tile to display correctly.
</script>
<div
class="w-full bg-cover bg-center bg-no-repeat"
class="flex flex-col justify-end bg-cover bg-center bg-no-repeat"
style="height: var(--tile-page-height); background-image: url('{image}');"
></div>
>
<div
class="w-[20px] mt-auto aspect-square bg-contain bg-center bg-no-repeat self-end m-2"
style="background-image: var(--tile-icon);"
></div>
</div>