From 155bb2c70541e8660db5ca213c8ee83aafe9d349 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 19 Apr 2023 09:40:36 +0800 Subject: [PATCH] More compact profile metadata boxes --- src/components/account-info.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/account-info.css b/src/components/account-info.css index acc63cc1..c2238683 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -138,7 +138,7 @@ font-size: 90%; background-color: var(--bg-faded-color); padding: 12px; - border-radius: 8px; + border-radius: 16px; line-height: 1.25; } .account-container .stats > * { @@ -165,7 +165,9 @@ .account-container .profile-metadata { display: flex; flex-wrap: wrap; - gap: 12px; + gap: 2px; + border-radius: 16px; + overflow: hidden; } .account-container .profile-field { min-width: 0; @@ -173,7 +175,7 @@ font-size: 90%; background-color: var(--bg-faded-color); padding: 12px; - border-radius: 8px; + border-radius: 4px; filter: saturate(0.75); line-height: 1.25; }