From 4bd714b7be4a5d891ab187a94e64e537cb43809e Mon Sep 17 00:00:00 2001 From: Stephen Tse <Stephen-X@users.noreply.github.com> Date: Sat, 26 Apr 2025 18:05:51 +0000 Subject: [PATCH] fix(callout): Grid-based callout collapsible animation (#1944) --- quartz/components/styles/darkmode.scss | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/quartz/components/styles/darkmode.scss b/quartz/components/styles/darkmode.scss index 5d1e078..b328743 100644 --- a/quartz/components/styles/darkmode.scss +++ b/quartz/components/styles/darkmode.scss @@ -6,7 +6,7 @@ border: none; width: 20px; height: 20px; - margin: 0 10px; + margin: 0; text-align: inherit; flex-shrink: 0; -- Gitblit v1.10.0