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
reduce size of navbar icons
handle.invalid
5 months ago
fd354d30
c03fd25e
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+6
-6
1 changed file
expand all
collapse all
unified
split
src
components
navbar.tsx
+6
-6
src/components/navbar.tsx
···
56
56
<div class="relative flex items-center justify-between gap-1">
57
57
<div class="flex min-h-[1.25rem] basis-full items-center gap-2">
58
58
<Tooltip text="PDS">
59
59
-
<span class="iconify lucide--hard-drive shrink-0 text-lg"></span>
59
59
+
<span class="iconify lucide--hard-drive shrink-0 text-base"></span>
60
60
</Tooltip>
61
61
<Show when={pds()}>
62
62
<Show when={props.params.repo}>
···
100
100
<div class="relative mt-1 flex items-center justify-between gap-1">
101
101
<div class="flex basis-full items-center gap-2">
102
102
<Tooltip text="Repository">
103
103
-
<span class="iconify lucide--book-user text-lg"></span>
103
103
+
<span class="iconify lucide--book-user text-base"></span>
104
104
</Tooltip>
105
105
<div class="flex w-full gap-1">
106
106
{props.params.collection || location.pathname.includes("/labels") ?
···
158
158
}
159
159
>
160
160
<div class="mt-1 flex items-center gap-2">
161
161
-
<span class="iconify lucide--tag text-lg"></span>
161
161
+
<span class="iconify lucide--tag text-base"></span>
162
162
<A
163
163
end
164
164
href={`/at://${props.params.repo}/labels`}
···
171
171
<Show when={props.params.collection}>
172
172
<div class="mt-1 flex items-center gap-2">
173
173
<Tooltip text="Collection">
174
174
-
<span class="iconify lucide--folder-open text-lg"></span>
174
174
+
<span class="iconify lucide--folder-open text-base"></span>
175
175
</Tooltip>
176
176
<Show when={props.params.rkey}>
177
177
<A
···
190
190
<Show when={props.params.rkey}>
191
191
<div class="mt-1 flex items-center gap-2">
192
192
<Tooltip text="Record">
193
193
-
<span class="iconify lucide--file-json text-lg"></span>
193
193
+
<span class="iconify lucide--file-json text-base"></span>
194
194
</Tooltip>
195
195
<div class="flex gap-1">
196
196
<span>{props.params.rkey}</span>
···
227
227
{(cid) => (
228
228
<div class="mt-1 flex gap-2">
229
229
<Tooltip text="CID">
230
230
-
<span class="iconify lucide--box text-lg"></span>
230
230
+
<span class="iconify lucide--box text-base"></span>
231
231
</Tooltip>
232
232
<button
233
233
dir="rtl"