From d6b9ab4cfdf4e08653b1e4678782b048611a23e6 Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 5 Jul 2024 02:24:05 +0200 Subject: [PATCH] fix(web): smaller actor summaries --- web/index.html | 4 ++++ web/src/actors/header.rs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index c574a00..588fae7 100644 --- a/web/index.html +++ b/web/index.html @@ -252,6 +252,10 @@ background-color: rgba(var(--accent-rgb), 0.33); color: var(--accent); } + p.bio { + line-height: 1.2rem; + font-size: .8rem; + } p.tiny-text { line-height: .75em; } diff --git a/web/src/actors/header.rs b/web/src/actors/header.rs index 2144ba4..4865450 100644 --- a/web/src/actors/header.rs +++ b/web/src/actors/header.rs @@ -97,7 +97,7 @@ pub fn ActorHeader() -> impl IntoView { }} -

+

}.into_view()