chore(SetupFont): rename controlManager to typographySettingsStore for better semantic #37

Merged
ilia merged 83 commits from feature/united-widget into main 2026-04-22 10:04:41 +00:00
Showing only changes of commit bb5c3667b4 - Show all commits
@@ -254,7 +254,10 @@ const scaleClass = $derived(
<TypographyMenu
class={clsx(
'absolute bottom-4 sm:bottom-5 right-4 sm:left-1/2 sm:right-[unset] sm:-translate-x-1/2 z-50',
'absolute z-50',
responsive.isMobileOrTablet
? 'bottom-4 right-4 -translate-1/2'
: 'bottom-5 left-1/2 right-[unset] -translate-x-1/2',
)}
/>
</div>