From 36683430c7c5adc5437e31bf765dff82b5ffa9f0 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Tue, 29 Jun 2021 10:34:04 +0800 Subject: [PATCH] fix: fix title for namespace preview --- custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 052a47f..d174a3b 100644 --- a/custom.css +++ b/custom.css @@ -742,7 +742,7 @@ kbd { } /* Page preview title */ -.tippy-wrapper > :is(h2:first-of-type, .block-parents) { +.tippy-wrapper > :is(div:first-child, h2:first-child, .block-parents) { display: inline-flex; align-items: center; position: absolute;