Merge pull request #469 from ohplz/fix/remove_transparent_line

This commit is contained in:
Travis Fischer
2023-03-12 09:34:14 -05:00
committed by GitHub

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;