diff --git a/src/_root.scss b/src/_root.scss index 9751459..6168039 100644 --- a/src/_root.scss +++ b/src/_root.scss @@ -37,6 +37,13 @@ html.is-native-iphone #left-sidebar { top: 0 !important; } +/** + * Journal page is too long for empty journals + */ +#journals .journal-item:first-child { + min-height: fit-content; +} + @supports ( (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) ) {