diff --git a/web/index.html b/web/index.html index 11617e6..069225c 100644 --- a/web/index.html +++ b/web/index.html @@ -203,8 +203,8 @@ } div.overlap { position: relative; - bottom: 3em; - margin-bottom: -3em; + bottom: 2em; + margin-bottom: -2em; } img { max-width: 100%; @@ -280,6 +280,12 @@ p.tiny-text { line-height: .75em; } + p.line { + margin: 0; + } + p.shadow { + text-shadow: 0px 0px 3px var(--background); + } table.post-table { border-collapse: collapse; } diff --git a/web/src/actors/header.rs b/web/src/actors/header.rs index 5188bf0..02ee845 100644 --- a/web/src/actors/header.rs +++ b/web/src/actors/header.rs @@ -68,15 +68,17 @@ pub fn ActorHeader() -> impl IntoView {
+ "\u{1f582}"{actor.statuses_count().unwrap_or_default()} + "👥"{actor.following_count().unwrap_or_default()} + "📢"{actor.followers_count().unwrap_or_default()} +
+{name}{actor_type_tag}
+ +- "🖂 ""statuses" + "🖂 ""outbox" - - "📢 ""followers" + + "📢"" followers" - - "👥 ""following" + + "👥"" following"