Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions src/lib/components/navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<Icon icon={IconMenuAlt4} />
</button>
</div>

<a
href={currentOrg?.$id ? `${base}/organization-${currentOrg?.$id}` : base}
class="only-desktop">
Expand Down Expand Up @@ -195,6 +196,14 @@
<Support bind:show={showSupport} />
</svelte:fragment>
</DropList>
<Button.Anchor
variant="compact"
size="s"
href="https://appwrite.io/docs"
target="_blank"
rel="noreferrer">
Docs
</Button.Anchor>
</Layout.Stack>
<Layout.Stack direction="row">
<Tooltip>
Expand Down Expand Up @@ -392,15 +401,12 @@
}
}

/* The default drop list has a max-inline width of 280px, which squeezes the support modal. */
:global(.extended-width) {
max-inline-size: none;

/* `desltop` is not a typo—it comes from the `pink2/legacy` module! */
inline-size: var(--p-drop-width-size-desltop);
}

:global(.keepTransformTransition span) {
transition: transform 0.2s ease-out !important;
}
</style>
</style>