From 3ee31be4152483f3321c060cf1790c7c80e6fbf0 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Wed, 30 Aug 2023 11:55:16 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix=20card=20design?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style.content.css b/src/style.content.css index 3e1e6bf..e2b6c37 100644 --- a/src/style.content.css +++ b/src/style.content.css @@ -13,7 +13,7 @@ .bsky-user-content-wrapper .match-type { color: var(--bsky-primary-color); padding: 2px 14px 2px 14px; - font-size: 10px; + font-size: 12px; font-weight: bold; width: fit-content; display: flex; @@ -83,6 +83,7 @@ color: #ccc; } .bsky-user-content .content .description { + margin-top: 5px; font-size: 14px; word-break: break-all; }