feat(components/tiles/pages): text page
This commit is contained in:
parent
ee42b07e6a
commit
7875fedc83
5 changed files with 61 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue