tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
improve button aesthetic
moth11.net
6 months ago
ea008ec7
582bc69a
+8
1 changed file
expand all
collapse all
unified
split
src
lib
components
ProfileCard.svelte
+8
src/lib/components/ProfileCard.svelte
···
36
36
margin: 0;
37
37
font-size: 1.5rem;
38
38
}
39
39
+
button {
40
40
+
line-height: 1;
41
41
+
cursor: pointer;
42
42
+
padding: 0;
43
43
+
margin: 0;
44
44
+
background: var(--fg);
45
45
+
color: var(--bg);
46
46
+
}
39
47
.bsky-follower {
40
48
font-size: 1.5rem;
41
49
}