feat(components/tiles): autoscroll between pages

This commit is contained in:
mikhail "synzr" 2025-12-01 10:36:25 +05:00
parent fa6e1613f2
commit ee42b07e6a
5 changed files with 122 additions and 26 deletions

View file

@ -16,6 +16,6 @@ Image page for a tile. Must be in a tile to display correctly.
</script>
<div
class="w-full h-full bg-cover bg-center bg-no-repeat"
style="background-image: url('{image}');"
class="w-full bg-cover bg-center bg-no-repeat"
style="height: var(--tile-page-height); background-image: url('{image}');"
></div>