From 74c3ebb7bd7ef126246f8ea03565db73cd5e7f38 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 26 Aug 2023 17:48:34 +0000
Subject: [PATCH] style: fix mulitline callout styling
---
package-lock.json | 1 +
quartz/styles/callouts.scss | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 9246cc9..09488c4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -112,6 +112,7 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
+ "extraneous": true,
"inBundle": true,
"license": "MIT",
"engines": {
diff --git a/quartz/styles/callouts.scss b/quartz/styles/callouts.scss
index ad99165..703bd67 100644
--- a/quartz/styles/callouts.scss
+++ b/quartz/styles/callouts.scss
@@ -82,7 +82,6 @@
.callout-title {
display: flex;
- align-items: center;
gap: 5px;
padding: 1rem 0;
color: var(--color);
@@ -103,6 +102,8 @@
.callout-icon {
width: 18px;
height: 18px;
+ flex: 0 0 18px;
+ padding-top: 4px;
}
.callout-title-inner {
--
Gitblit v1.10.0