feat(TypographyMenu): merge SetupFontMenu and TypographyMenu into one component, add drawer logic for mobile resolution

This commit is contained in:
Ilia Mashkov
2026-02-07 19:15:04 +03:00
parent cb0e89b257
commit 4d7ae6c1c6
5 changed files with 98 additions and 65 deletions

View File

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