refactor: profile & other styles

This commit is contained in:
2023-12-07 12:35:46 +00:00
parent 51905c4b7f
commit 30907927d1
25 changed files with 197 additions and 457 deletions

View File

@ -65,7 +65,7 @@ export function LayoutPage() {
menuButton={
<div className="profile-menu">
<Profile
avatarClassname="mb-squared"
avatarSize={48}
pubkey={login.pubkey}
options={{
showName: false,
@ -125,7 +125,7 @@ export function LayoutPage() {
(styles as Record<string, string>)["--primary"] = login.color;
}
return (
<div className={`page${location.pathname.startsWith("/naddr1") ? " stream" : ""}`} style={styles}>
<div className="page" style={styles}>
<Helmet>
<title>Home - zap.stream</title>
</Helmet>