We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e09769 commit 7cf1be5Copy full SHA for 7cf1be5
1 file changed
src/lib/holocene/navigation/cloud-nav-bar.svelte
@@ -30,9 +30,11 @@
30
</script>
31
32
<div
33
- class="flex items-center justify-between pb-4 group-data-[nav=closed]:flex-col group-data-[nav=closed]:gap-2"
+ class="flex items-center justify-between pb-2 group-data-[nav=closed]:flex-col group-data-[nav=closed]:gap-2"
34
>
35
- <div class="flex flex-row items-center justify-start">
+ <div
36
+ class="flex flex-row items-center justify-start group-data-[nav=open]:min-h-7"
37
+ >
38
<a href={resolve('', {})} class="text-inherit flex items-center">
39
<Logo
40
height={24}
0 commit comments