We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9c9d4 commit ea3216dCopy full SHA for ea3216d
1 file changed
src/routes/(console)/organization-[organization]/header.svelte
@@ -99,7 +99,7 @@
99
{#if organization?.$id}
100
<Cover>
101
<svelte:fragment slot="header">
102
- <span class="u-flex u-cross-center u-gap-12 u-min-width-0">
+ <Layout.Stack direction="row" alignItems="center" gap="m" class="u-min-width-0">
103
<Typography.Title color="--fgcolor-neutral-primary" size="xl" truncate>
104
{organization.name}
105
</Typography.Title>
@@ -127,7 +127,7 @@
127
isCloud ? goto(`${base}/create-organization`) : newOrgModal.set(true)}>
128
<Icon icon={IconPlus} size="s" />
129
</Button>
130
- </span>
+ </Layout.Stack>
131
<div class="u-margin-inline-start-auto">
132
<Layout.Stack direction="row" alignItems="center" gap="xl">
133
{#if $members.total > 1}
0 commit comments