mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Set default value for markdown preview and improve error for collab
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
</svelte:head>
|
||||
|
||||
<nav>
|
||||
<img src="/favicon.svg" width="24" height="24" alt="" />
|
||||
<div class="logo-wrapper">
|
||||
<img src="/favicon.svg" width="24" height="24" alt="" />
|
||||
<a href="/">archtika</a>
|
||||
</div>
|
||||
<ul class="link-wrapper unpadded">
|
||||
{#if data.user}
|
||||
<li>
|
||||
<a href="/">Dashboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/account">Account</a>
|
||||
</li>
|
||||
@@ -100,6 +100,12 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
nav > .logo-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--space-2xs);
|
||||
}
|
||||
|
||||
nav > .link-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user