From 30b35df26713d1823a20b50a111ed2248803e0c3 Mon Sep 17 00:00:00 2001 From: Iris Date: Fri, 6 Oct 2023 11:55:05 +0200 Subject: [PATCH] fix: profile land height --- styles/profile.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/profile.module.css b/styles/profile.module.css index c2446f02..90fe5ccc 100644 --- a/styles/profile.module.css +++ b/styles/profile.module.css @@ -14,7 +14,7 @@ .profiles { position: absolute; right: 25px; - top: 100px; + top: 80px; gap: 16px; display: flex; flex-direction: column; @@ -29,7 +29,7 @@ border-radius: 8px; background: var(--background600, #29282b); width: 310px; - max-height: calc(100vh - 12vh - 250px); + max-height: calc(100vh - 12vh - 350px); } .title {