diff --git a/src/profiles/Profile.css b/src/profiles/Profile.css index 8e24a3c..48f31ae 100644 --- a/src/profiles/Profile.css +++ b/src/profiles/Profile.css @@ -53,7 +53,7 @@ flex-flow: column nowrap; } - .bot-mark { + .acct-mark { font-size: 1.2em; } diff --git a/src/profiles/Profile.tsx b/src/profiles/Profile.tsx index 5c00c20..caf3cd0 100644 --- a/src/profiles/Profile.tsx +++ b/src/profiles/Profile.tsx @@ -33,6 +33,7 @@ import { Edit, ExpandMore, Group, + Lock, MoreVert, OpenInBrowser, PersonOff, @@ -41,7 +42,6 @@ import { Share, SmartToySharp, Subject, - Translate, Verified, } from "@suid/icons-material"; import { Body2, Title } from "../material/typography"; @@ -372,13 +372,19 @@ const Profile: Component = () => { 's Home @@ -408,7 +414,10 @@ const Profile: Component = () => {
- + + + +