FIX: Auto RTL-LTR text orientation

FIX: Auto RTL-LTR text orientation

 This tag was a `<div>` and changed by `<li>` in commit bb6864dd12 (r164667886)
& this change broke the previous behavior of auto text orientation.
This commit is contained in:
_00_ 2025-08-27 03:58:18 +02:00 committed by GitHub
parent 7644d66902
commit ddc88d615c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@
export let topPadding = false; export let topPadding = false;
</script> </script>
<li <div
class="flex flex-col justify-between px-5 mb-3 w-full {($settings?.widescreenMode ?? null) class="flex flex-col justify-between px-5 mb-3 w-full {($settings?.widescreenMode ?? null)
? 'max-w-full' ? 'max-w-full'
: 'max-w-5xl'} mx-auto rounded-lg group" : 'max-w-5xl'} mx-auto rounded-lg group"
@ -120,4 +120,4 @@
/> />
{/if} {/if}
{/if} {/if}
</li> </div>