fixes/immediate #23

Merged
ilia merged 9 commits from fixes/immediate into main 2026-02-10 08:50:46 +00:00
Showing only changes of commit 61c67acfb8 - Show all commits

View File

@@ -101,7 +101,8 @@ function checkPosition() {
{/snippet}
</FontVirtualList>
{#if isAboveMiddle}
<TypographyMenu class="fixed bottom-4 sm:bottom-5 right-4 sm:left-1/2 sm:right-[unset] sm:-translate-x-1/2" />
{/if}
<TypographyMenu
class="fixed bottom-4 sm:bottom-5 right-4 sm:left-1/2 sm:right-[unset] sm:-translate-x-1/2"
hidden={!isAboveMiddle}
/>
</div>