Skip to content

Commit

Permalink
fix: first journal item height
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 15, 2022
1 parent c2fe4c4 commit 7d40029
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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))
) {
Expand Down

0 comments on commit 7d40029

Please sign in to comment.