Spaces:
Running
Running
sidebar icon aligned
Browse files
src/lib/components/sidebar/Sidebar.svelte
CHANGED
@@ -53,7 +53,7 @@
|
|
53 |
</button>
|
54 |
</div>
|
55 |
<aside class={`${open ? '' : '-translate-x-full'} z-10 absolute xl:relative transition-all duration-200 xl:!translate-x-0 bg-slate-900 w-full xl:max-w-[370px] h-screen border-r border-slate-800 text-white`}>
|
56 |
-
<header class="flex items-center justify-between
|
57 |
<div class="flex items-center justify-start gap-4">
|
58 |
<img src={logo} alt="Logo" width={34} height={34} />
|
59 |
<div class="flex items-center justify-start gap-2">
|
|
|
53 |
</button>
|
54 |
</div>
|
55 |
<aside class={`${open ? '' : '-translate-x-full'} z-10 absolute xl:relative transition-all duration-200 xl:!translate-x-0 bg-slate-900 w-full xl:max-w-[370px] h-screen border-r border-slate-800 text-white`}>
|
56 |
+
<header class="flex items-center justify-between px-6 pt-6 pb-8 gap-4">
|
57 |
<div class="flex items-center justify-start gap-4">
|
58 |
<img src={logo} alt="Logo" width={34} height={34} />
|
59 |
<div class="flex items-center justify-start gap-2">
|