Commit 06bb433 1 parent 7d40029 commit 06bb433 Copy full SHA for 06bb433
File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.25.2] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.25.1...v1.25.2 ) (2022-04-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * first journal item height ([ 7d40029] ( https://github.com/pengx17/logseq-dev-theme/commit/7d40029380ac9c7292570ab31ebe1dd234efd7c7 ) )
7
+
1
8
## [ 1.25.1] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.25.0...v1.25.1 ) (2022-04-15)
2
9
3
10
Original file line number Diff line number Diff line change @@ -78,6 +78,13 @@ html.is-native-iphone #left-sidebar {
78
78
top : 0 !important ;
79
79
}
80
80
81
+ /**
82
+ * Journal page is too long for empty journals
83
+ */
84
+ # journals .journal-item : first-child {
85
+ min-height : fit-content;
86
+ }
87
+
81
88
@supports (-webkit-backdrop-filter : blur (20px )) or (backdrop-filter : blur (20px )) {
82
89
.cp__header ,
83
90
.cp__right-sidebar-topbar ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logseq-dev-theme" ,
3
3
"author" : " pengx17" ,
4
- "version" : " 1.25.1 " ,
4
+ "version" : " 1.25.2 " ,
5
5
"description" : " A custom theme for dev" ,
6
6
"logseq" : {
7
7
"themes" : [
You can’t perform that action at this time.
0 commit comments