tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
fix header margin
handle.invalid
6 months ago
12ac2b67
825e16ff
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+3
-3
1 changed file
expand all
collapse all
unified
split
src
layout.tsx
+3
-3
src/layout.tsx
···
49
49
<Meta name="robots" content="noindex, nofollow" />
50
50
</Show>
51
51
</MetaProvider>
52
52
-
<header class="mb-4 flex w-[22.5rem] items-center justify-between sm:w-[24.5rem]">
52
52
+
<header class="mb-4 flex w-[22rem] items-center justify-between sm:w-[24rem]">
53
53
<A
54
54
href="/"
55
55
style='font-feature-settings: "cv05"'
56
56
-
class="flex items-center gap-1 px-1 text-xl font-semibold"
56
56
+
class="flex items-center gap-1 text-xl font-semibold"
57
57
>
58
58
<span class="iconify tabler--binary-tree-filled text-[#76c4e5]"></span>
59
59
<span>PDSls</span>
60
60
</A>
61
61
-
<div class="relative flex items-center gap-1">
61
61
+
<div class="relative -mr-1 flex items-center gap-1">
62
62
<Show when={location.pathname !== "/"}>
63
63
<SearchButton />
64
64
</Show>