tangled
alpha
login
or
join now
vt3e.cat
/
bbell
11
fork
atom
wip bsky client for the web & android
bbell.vt3e.cat
11
fork
atom
overview
issues
pulls
pipelines
feat(profile): new profile and richtext component
vt3e.cat
1 week ago
858c2db8
6dfffa6e
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:MaVgF6bXxDdD131G4rXizPh+sttp3IVsdPrj48HV0X0=
+1
-6
1 changed file
expand all
collapse all
unified
split
src
views
Profile
ProfileView.vue
+1
-6
src/views/Profile/ProfileView.vue
···
784
784
.additional {
785
785
display: flex;
786
786
flex-direction: row;
787
787
-
gap: 0.5rem;
787
787
+
gap: 1rem;
788
788
color: hsl(var(--subtext0));
789
789
-
margin-left: -0.25rem;
790
789
791
790
.additional-item {
792
791
display: flex;
···
794
793
align-items: center;
795
794
gap: 0.25rem;
796
795
font-size: 0.9rem;
797
797
-
798
798
-
padding: 0.1rem 0.75rem;
799
799
-
border-radius: 1rem;
800
800
-
background: hsla(var(--surface2) / 0.25);
801
796
802
797
a {
803
798
color: inherit;