feat: note publishing progress
This commit is contained in:
@ -131,7 +131,7 @@ export default function ProfilePage({ id: propId }: ProfilePageProps) {
|
||||
return (
|
||||
<div className="flex g8">
|
||||
{cover && <ProxyImg src={cover} size={40} />}
|
||||
<small>🎵 {unwrap(status.music).content}</small>
|
||||
🎵 {unwrap(status.music).content}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -1,7 +1,3 @@
|
||||
.preferences small {
|
||||
color: var(--font-secondary-color);
|
||||
}
|
||||
|
||||
.preferences select {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
@ -57,8 +57,3 @@
|
||||
.settings .actions {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.settings small {
|
||||
font-size: 14px;
|
||||
color: var(--font-secondary-color);
|
||||
}
|
||||
|
Reference in New Issue
Block a user