From a820b4031856da7ef7e4bb29c2d208fe3baa2515 Mon Sep 17 00:00:00 2001 From: mae taylor Date: Sun, 13 Jul 2025 18:22:03 +0100 Subject: [PATCH] feat: design pass for profile page --- src/lib/ui/post/Body.svelte | 6 +- src/routes/[server]/[account]/+page.svelte | 141 ++++++++++++++++++++- 2 files changed, 144 insertions(+), 3 deletions(-) diff --git a/src/lib/ui/post/Body.svelte b/src/lib/ui/post/Body.svelte index 71e7547..9a81bb7 100644 --- a/src/lib/ui/post/Body.svelte +++ b/src/lib/ui/post/Body.svelte @@ -128,7 +128,9 @@ color: var(--accent); } - .post-text :global(a.mention) { + /* mention gets used in other places (bios) so it's global */ + + :global(a.mention) { color: inherit; font-weight: 600; padding: 3px 6px; @@ -137,7 +139,7 @@ text-decoration: none; } - .post-text :global(a.mention:hover) { + :global(a.mention:hover) { text-decoration: underline; } diff --git a/src/routes/[server]/[account]/+page.svelte b/src/routes/[server]/[account]/+page.svelte index 09cfbff..e9cc0c6 100644 --- a/src/routes/[server]/[account]/+page.svelte +++ b/src/routes/[server]/[account]/+page.svelte @@ -1 +1,140 @@ -

wip

\ No newline at end of file + + +
+
+ + Profile picture +
+

mae

+

mae@f.mae.wtf

+
+
+
+
+
+

+music maker and coder! +she/they/it - 18 - 🏳️‍⚧️🇬🇧 +robotgirl in training + +feel free to follow req if ur cool + +https://mae.wtf/ +also @mae + +"solid 7.5/10 motherliness rating" - @ellie +

+

+ + Followers 1225 + + + Following 1345 + +

+
+ + + +
+
+
+ +
+ + + +
+ + \ No newline at end of file