further ProfileCard adjustments
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
}
|
||||
.inner {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -49,6 +51,7 @@
|
||||
flex-direction: row;
|
||||
gap: 1rem;
|
||||
margin: 8px 0;
|
||||
margin-top: auto;
|
||||
.badge {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
@@ -60,7 +60,7 @@ const ProfileCard = ({ data }: UserProfileCardProps) => {
|
||||
className={styles.dot}
|
||||
style={{ background: data.accentColor }}
|
||||
/>
|
||||
DEV
|
||||
Developer
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user