Skip to content

Commit

Permalink
chore(release): 1.25.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.25.2](pengx17/logseq-dev-theme@v1.25.1...v1.25.2) (2022-04-15)

### Bug Fixes

* first journal item height ([7d40029](pengx17@7d40029))
  • Loading branch information
semantic-release-bot committed Apr 15, 2022
1 parent 7d40029 commit 06bb433
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.25.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.1...v1.25.2) (2022-04-15)


### Bug Fixes

* first journal item height ([7d40029](https://github.com/pengx17/logseq-dev-theme/commit/7d40029380ac9c7292570ab31ebe1dd234efd7c7))

## [1.25.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.0...v1.25.1) (2022-04-15)


Expand Down
7 changes: 7 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,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)) {
.cp__header,
.cp__right-sidebar-topbar,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logseq-dev-theme",
"author": "pengx17",
"version": "1.25.1",
"version": "1.25.2",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 06bb433

Please sign in to comment.