diff --git a/src/material/typography.tsx b/src/material/typography.tsx index ddc8cdd..40f690d 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 48f31ae..8e24a3c 100644 --- a/src/profiles/Profile.css +++ b/src/profiles/Profile.css @@ -53,7 +53,7 @@ flex-flow: column nowrap; } - .acct-mark { + .bot-mark { font-size: 1.2em; } diff --git a/src/profiles/Profile.tsx b/src/profiles/Profile.tsx index caf3cd0..5c00c20 100644 --- a/src/profiles/Profile.tsx +++ b/src/profiles/Profile.tsx @@ -33,7 +33,6 @@ import { Edit, ExpandMore, Group, - Lock, MoreVert, OpenInBrowser, PersonOff, @@ -42,6 +41,7 @@ import { Share, SmartToySharp, Subject, + Translate, Verified, } from "@suid/icons-material"; import { Body2, Title } from "../material/typography"; @@ -372,19 +372,13 @@ const Profile: Component = () => { 's Home @@ -414,10 +408,7 @@ const Profile: Component = () => {
- - - - +
- - - - + = (props) => {
+ { createRenderEffect(() => { @@ -382,8 +379,9 @@ const RegularToot: Component = (props) => { ); }); }} - > - boosts + >{" "} + boosted +
:global(.acct-mark) { + > :global(.bot-mark) { font-size: 1.2em; - color: var(--tutu-color-secondary-text-on-surface); } } @@ -222,14 +221,11 @@ } .tootRetootGrp { - display: flex; - gap: 0.25em; + display: grid; + grid-template-columns: auto 1fr auto; + gap: 8px; margin-bottom: 8px; align-items: center; - - > :first-child { - margin-right: 0.25em; - } } .tootAttachmentGrp {