diff --git a/src/material/typography.tsx b/src/material/typography.tsx index 40f690d..ddc8cdd 100644 --- a/src/material/typography.tsx +++ b/src/material/typography.tsx @@ -43,7 +43,7 @@ export function Typography( ); 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 = () => {
- + + + +
- + + + + = (props) => {
- { createRenderEffect(() => { @@ -379,9 +382,8 @@ const RegularToot: Component = (props) => { ); }); }} - >{" "} - boosted - + > + boosts
:global(.bot-mark) { + > :global(.acct-mark) { font-size: 1.2em; + color: var(--tutu-color-secondary-text-on-surface); } } @@ -221,11 +222,14 @@ } .tootRetootGrp { - display: grid; - grid-template-columns: auto 1fr auto; - gap: 8px; + display: flex; + gap: 0.25em; margin-bottom: 8px; align-items: center; + + > :first-child { + margin-right: 0.25em; + } } .tootAttachmentGrp {