From 13e114fafedbc33a564274139749befe98b828a7 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Mon, 26 Jan 2026 12:47:10 +0300 Subject: [PATCH] feat(TypographyMenu): add appearance/disappearance animation --- .../ui/TypographyMenu.svelte | 38 +++++++++++++++---- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/src/widgets/TypographySettings/ui/TypographyMenu.svelte b/src/widgets/TypographySettings/ui/TypographyMenu.svelte index eef8a18..8437736 100644 --- a/src/widgets/TypographySettings/ui/TypographyMenu.svelte +++ b/src/widgets/TypographySettings/ui/TypographyMenu.svelte @@ -1,15 +1,37 @@ -
- - - - - -
+{#if displayedFontsStore.hasAnyFonts} +
+ + + + + +
+{/if}