WIP: My personal website
0

Configure Feed

Select the types of activity you want to include in your feed.

fixed nav bar

+4 -1
+4 -1
src/lib/components/NavBar.svelte
··· 152 152 > 153 153 {item.name} 154 154 </div> 155 + <!-- mt-0! removes daisyUI's default 8px margin so there's no hover 156 + dead-gap between the trigger and the menu; p-2 keeps inner spacing. --> 155 157 <ul 156 - class="dropdown-content menu z-[1] mt-2 w-40 gap-1 rounded-box bg-base-100 p-2 shadow" 158 + tabindex="-1" 159 + class="dropdown-content menu z-[1] mt-0! w-40 gap-1 rounded-box bg-base-100 p-2 shadow" 157 160 > 158 161 {#each item.children as child (child.name)} 159 162 <li>