From f77e1f64ad721bfbb9e4e87c3a079d16d2cde594 Mon Sep 17 00:00:00 2001 From: zloylinux Date: Thu, 18 Sep 2025 20:36:50 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(i18n):=20display=20lcode=20in?= =?UTF-8?q?=20language=20switcher=20(#565)=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/tabi/sass/parts/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tabi/sass/parts/_header.scss b/themes/tabi/sass/parts/_header.scss index a16bcef..b04a21c 100644 --- a/themes/tabi/sass/parts/_header.scss +++ b/themes/tabi/sass/parts/_header.scss @@ -124,7 +124,6 @@ header { background: var(--meta-color); } } -} .language-switcher-icon-with-code { margin-inline-end: 0.3rem; @@ -147,6 +146,7 @@ header { &:hover { color: var(--meta-color); } + } .dropdown { display: inline-block;