From 78483da3fb6c50aca30bce3607cbb6c89b80821d Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Thu, 1 Feb 2024 17:03:19 +0100 Subject: [PATCH] Format wiki in popover --- quartz/styles/custom.scss | 4 ++++ quartz/styles/wiki.scss | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 75946f0..d074276 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -45,3 +45,7 @@ a.internal { --callout-icon: url('data:image/svg+xml; utf8, '); } } + +.popover-inner > * .breadcrumb-container { + display: none; +} diff --git a/quartz/styles/wiki.scss b/quartz/styles/wiki.scss index 3e7ecf6..c0e20d0 100644 --- a/quartz/styles/wiki.scss +++ b/quartz/styles/wiki.scss @@ -47,3 +47,11 @@ width: 100%; } } + +.popover > .popover-inner { + .callout[data-callout~="wiki"], + .callout[data-callout~="infobox"] { + float: unset; + width: 100%; + } +}