tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Add bottom margin to artist placeholder
tsiry-sandratraina.com
1 month ago
043481c5
e30ca922
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
pages
genre
artists
Artists.tsx
+1
-1
apps/web/src/pages/genre/artists/Artists.tsx
···
68
68
/>
69
69
)}
70
70
{!artist.picture && (
71
71
-
<div className="w-[200px] h-[200px] rounded-[80px] bg-[rgba(243, 243, 243, 0.725)] flex items-center justify-center">
71
71
+
<div className="w-[200px] h-[200px] rounded-[80px] bg-[rgba(243, 243, 243, 0.725)] flex items-center justify-center mb-[20px]">
72
72
<div
73
73
style={{
74
74
height: 60,