Skip to content

Commit 06bb433

Browse files
chore(release): 1.25.2 [skip ci]
## [1.25.2](v1.25.1...v1.25.2) (2022-04-15) ### Bug Fixes * first journal item height ([7d40029](7d40029))
1 parent 7d40029 commit 06bb433

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [1.25.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.0...v1.25.1) (2022-04-15)
29

310

custom.css

+7
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ html.is-native-iphone #left-sidebar {
7878
top: 0 !important;
7979
}
8080

81+
/**
82+
* Journal page is too long for empty journals
83+
*/
84+
#journals .journal-item:first-child {
85+
min-height: fit-content;
86+
}
87+
8188
@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
8289
.cp__header,
8390
.cp__right-sidebar-topbar,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.25.1",
4+
"version": "1.25.2",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)