Skip to content

Commit 7cf1be5

Browse files
authored
Adjust breadcrumb spacing and min-height (#3304)
1 parent 7e09769 commit 7cf1be5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/lib/holocene/navigation/cloud-nav-bar.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030
</script>
3131

3232
<div
33-
class="flex items-center justify-between pb-4 group-data-[nav=closed]:flex-col group-data-[nav=closed]:gap-2"
33+
class="flex items-center justify-between pb-2 group-data-[nav=closed]:flex-col group-data-[nav=closed]:gap-2"
3434
>
35-
<div class="flex flex-row items-center justify-start">
35+
<div
36+
class="flex flex-row items-center justify-start group-data-[nav=open]:min-h-7"
37+
>
3638
<a href={resolve('', {})} class="text-inherit flex items-center">
3739
<Logo
3840
height={24}

0 commit comments

Comments
 (0)