From 7dc826be0a9339b532f49e22ed540382f3b2cfc2 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Sat, 3 Jan 2026 23:39:56 +0800 Subject: [PATCH] fix(css): darkmode + readermode safari height --- quartz/components/styles/darkmode.scss | 2 +- quartz/components/styles/readermode.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/components/styles/darkmode.scss b/quartz/components/styles/darkmode.scss index b328743..e0999c7 100644 --- a/quartz/components/styles/darkmode.scss +++ b/quartz/components/styles/darkmode.scss @@ -5,7 +5,7 @@ background: none; border: none; width: 20px; - height: 20px; + height: 32px; margin: 0; text-align: inherit; flex-shrink: 0; diff --git a/quartz/components/styles/readermode.scss b/quartz/components/styles/readermode.scss index 79332c3..e2df7c0 100644 --- a/quartz/components/styles/readermode.scss +++ b/quartz/components/styles/readermode.scss @@ -5,7 +5,7 @@ background: none; border: none; width: 20px; - height: 20px; + height: 32px; margin: 0; text-align: inherit; flex-shrink: 0;