wip bsky client for the web & android bbell.vt3e.cat

feat(profile): new profile and richtext component

vt3e.cat 858c2db8 6dfffa6e

verified
+1 -6
+1 -6
src/views/Profile/ProfileView.vue
··· 784 784 .additional { 785 785 display: flex; 786 786 flex-direction: row; 787 - gap: 0.5rem; 787 + gap: 1rem; 788 788 color: hsl(var(--subtext0)); 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 - 798 - padding: 0.1rem 0.75rem; 799 - border-radius: 1rem; 800 - background: hsla(var(--surface2) / 0.25); 801 796 802 797 a { 803 798 color: inherit;