From d2735bff13af8c74dcf5ba297d42e60668177aed Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 6 Jun 2024 01:28:25 +0900 Subject: [PATCH] fix: fix bug with navbar lsd button --- src/css/custom.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/css/custom.scss b/src/css/custom.scss index 916a7732..1d9184c2 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -79,7 +79,12 @@ div:has(.community-container) > .container { } .navbar-lsd-button { + display: flex !important; height: 28px !important; + + .lsd-typography { + font-size: 12px; + } } @media screen and (max-width: 1200px) { @@ -118,6 +123,10 @@ div:has(.community-container) > .container { .navbar-lsd-button { height: 32px !important; padding: 6px 24px !important; + + .lsd-typography { + font-size: 14px; + } } }