tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
fix spacing on transmitter
moth11.net
6 months ago
3a8af8bd
269ec7e3
+1
-3
1 changed file
expand all
collapse all
unified
split
src
lib
components
Transmitter.svelte
+1
-3
src/lib/components/Transmitter.svelte
···
100
100
maxlength={12}
101
101
bold={true}
102
102
fs={isDesktop ? "2rem" : "1rem"}
103
103
-
/>
104
104
-
@
105
105
-
<AutoGrowInput
103
103
+
/>@<AutoGrowInput
106
104
bind:value={handle}
107
105
placeholder="alice.com"
108
106
size={8}