From 550146d1cc80ff78b71dbec5f2d2ac2c067422c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8jberg?= Date: Thu, 24 Aug 2023 10:06:19 -0400 Subject: [PATCH] ByAt ProfileSnippet styling --- src/css/ui/components/by-at.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/ui/components/by-at.css b/src/css/ui/components/by-at.css index ebd1880a..07442b49 100644 --- a/src/css/ui/components/by-at.css +++ b/src/css/ui/components/by-at.css @@ -4,4 +4,9 @@ gap: 0.25rem; /* TODO: should be 0.5rem when there's an avatar instead of handle */ font-size: var(--font-size-small); color: var(--u-color_text_subdued); + align-items: center; +} + +.by-at .profile-snippet { + --color_profile-snippet_text: var(--u-color_text_subdued); }