alpha
Login
or
Join now
pds.dad
/
my-website
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
WIP: My personal website
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fixed nav bar
author
Bailey Townsend
date
2 weeks ago
(Jun 6, 2026, 6:15 PM -0500)
commit
c9087b91
c9087b914841406a8907c09e9746b9c4daa75975
parent
7ac4722a
7ac4722a7ca856243081bb5ce10b152c61d4bd22
+4
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
lib
components
NavBar.svelte
+4
-1
src/lib/components/NavBar.svelte
Reviewed
···
152
152
>
153
153
{item.name}
154
154
</div>
155
155
+
<!-- mt-0! removes daisyUI's default 8px margin so there's no hover
156
156
+
dead-gap between the trigger and the menu; p-2 keeps inner spacing. -->
155
157
<ul
156
156
-
class="dropdown-content menu z-[1] mt-2 w-40 gap-1 rounded-box bg-base-100 p-2 shadow"
158
158
+
tabindex="-1"
159
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>