feat: note publishing progress

This commit is contained in:
2023-10-11 15:41:36 +01:00
parent c239fba3df
commit 0e4a040750
22 changed files with 438 additions and 351 deletions

View File

@ -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>
);
};

View File

@ -1,7 +1,3 @@
.preferences small {
color: var(--font-secondary-color);
}
.preferences select {
min-width: 100px;
}

View File

@ -57,8 +57,3 @@
.settings .actions {
margin-top: 16px;
}
.settings small {
font-size: 14px;
color: var(--font-secondary-color);
}