From c0a3f085ba658173f70b176ed87e9d10fe8fe880 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Thu, 4 Apr 2024 18:06:09 +0200 Subject: [PATCH] Raise badge --- src/pages/Profile.module.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/Profile.module.scss b/src/pages/Profile.module.scss index ed40735..837f86c 100644 --- a/src/pages/Profile.module.scss +++ b/src/pages/Profile.module.scss @@ -247,22 +247,27 @@ display: flex; align-items: center; justify-content: space-between; + height: 30px; .name { display: flex; align-items: center; justify-content: flex-start; max-width: 60%; + height: 100%; .text { color: var(--text-primary); font-size: 20px; - line-height: 20px; + line-height: 1; font-weight: 700; - height: 26px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; + display: flex; + align-items: center; + vertical-align: baseline; + height: 20px; } .followsBadge { @@ -271,6 +276,7 @@ .vc { width: 20px; + height: 20px; } }