From 2c101ad7684d07eef771e9999b776022f06c2848 Mon Sep 17 00:00:00 2001 From: Denis Ergin Date: Fri, 20 Sep 2024 11:16:33 +0200 Subject: [PATCH] fix width of open bracket on chrome --- src/pages/index.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index f4f0b52..02f7a0f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -43,5 +43,9 @@ const t = useTranslations(); &.close { transform: rotate(180deg); } + + &.open { + width: auto; + } }