fix: remove the transparent line above the header

This commit is contained in:
ohplz
2023-03-12 12:44:11 +08:00
committed by GitHub
parent 7923b55264
commit f1da653a18

View File

@@ -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;