From d9ef52ff145d53696cab1f60398c87d9635244fd Mon Sep 17 00:00:00 2001 From: CashewTeam Date: Fri, 27 Sep 2024 23:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=8B=E7=BB=88=E5=B1=95=E5=BC=80=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 1 - assets/css/jekyll-theme-chirpy.scss | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 assets/css/jekyll-theme-chirpy.scss diff --git a/_config.yml b/_config.yml index 17b0745..ec2db0c 100644 --- a/_config.yml +++ b/_config.yml @@ -223,4 +223,3 @@ jekyll-archives: permalinks: tag: /tags/:name/ category: /categories/:name/ - \ No newline at end of file diff --git a/assets/css/jekyll-theme-chirpy.scss b/assets/css/jekyll-theme-chirpy.scss new file mode 100644 index 0000000..4040d5a --- /dev/null +++ b/assets/css/jekyll-theme-chirpy.scss @@ -0,0 +1,3 @@ +.is-collapsed { + max-height: none !important; + } \ No newline at end of file