diff --git a/src/profiles/Profile.css b/src/profiles/Profile.css index 31e5c78..caced73 100644 --- a/src/profiles/Profile.css +++ b/src/profiles/Profile.css @@ -38,6 +38,16 @@ flex-flow: column nowrap; } + .bot-mark { + font-size: 1.2em; + } + + .display-name { + display: flex; + align-items: center; + gap: 4px; + } + table.acct-fields { word-break: break-all; diff --git a/src/profiles/Profile.tsx b/src/profiles/Profile.tsx index 4e8a930..3d1d734 100644 --- a/src/profiles/Profile.tsx +++ b/src/profiles/Profile.tsx @@ -38,10 +38,12 @@ import { PlaylistAdd, Send, Share, + SmartToy, + SmartToySharp, Translate, Verified, } from "@suid/icons-material"; -import { Title } from "../material/typography"; +import { Body2, Title } from "../material/typography"; import { useNavigate, useParams } from "@solidjs/router"; import { useSessionForAcctStr } from "../masto/clients"; import { resolveCustomEmoji } from "../masto/toot"; @@ -400,15 +402,21 @@ const Profile: Component = () => { }} >