From f1da653a1878216281ed0955e1e3d5df297b55c6 Mon Sep 17 00:00:00 2001 From: ohplz <46417244+ohplz@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:44:11 +0800 Subject: [PATCH] fix: remove the transparent line above the header --- styles/notion.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index acf79e4..e9585f9 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -12,6 +12,10 @@ --notion-header-height: 54px; } +.notion-frame { + padding: 0; +} + .notion-page { padding-bottom: calc(max(5vh, 32px)) !important; line-height: 1.65;