From 5d153601b33f1f9b1ea7790eec71c886db0c8222 Mon Sep 17 00:00:00 2001 From: metonym Date: Sat, 12 Mar 2022 14:14:22 -0800 Subject: [PATCH] fix(header-action-link): align icon with `HeaderAction` (#1161) --- src/UIShell/GlobalHeader/HeaderAction.svelte | 68 +++++++++---------- .../GlobalHeader/HeaderActionLink.svelte | 9 ++- 2 files changed, 37 insertions(+), 40 deletions(-) diff --git a/src/UIShell/GlobalHeader/HeaderAction.svelte b/src/UIShell/GlobalHeader/HeaderAction.svelte index 124ffef3..a29a5cfd 100644 --- a/src/UIShell/GlobalHeader/HeaderAction.svelte +++ b/src/UIShell/GlobalHeader/HeaderAction.svelte @@ -54,43 +54,41 @@ }}" /> -
- +{#if isOpen} +
- - - - {#if text}{text}{/if} - - - {#if isOpen} -
- -
- {/if} -
+ +
+{/if}