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
adjust uri patterns padding
juli.ee
5 months ago
ebc9ebc8
ce30e80e
verified
This commit was signed with the committer's
known signature
.
juli.ee
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+4
-6
1 changed file
expand all
collapse all
unified
split
src
views
labels.tsx
+4
-6
src/views/labels.tsx
···
68
68
initQuery();
69
69
}}
70
70
>
71
71
-
<div class="w-full">
72
72
-
<label for="patterns" class="ml-0.5 text-sm">
73
73
-
URI Patterns (comma-separated)
74
74
-
</label>
75
75
-
</div>
76
76
-
<div class="flex w-full items-center gap-x-1">
71
71
+
<label for="patterns" class="ml-2 w-full text-sm">
72
72
+
URI Patterns (comma-separated)
73
73
+
</label>
74
74
+
<div class="flex w-full items-center gap-x-1 px-1">
77
75
<textarea
78
76
id="patterns"
79
77
name="patterns"