Skip to content

Commit 7d40029

Browse files
committed
fix: first journal item height
1 parent c2fe4c4 commit 7d40029

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/_root.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ html.is-native-iphone #left-sidebar {
3737
top: 0 !important;
3838
}
3939

40+
/**
41+
* Journal page is too long for empty journals
42+
*/
43+
#journals .journal-item:first-child {
44+
min-height: fit-content;
45+
}
46+
4047
@supports (
4148
(-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
4249
) {

0 commit comments

Comments
 (0)