Skip to content

Commit

Permalink
chore(release): 1.23.16 [skip ci]
Browse files Browse the repository at this point in the history
## [1.23.16](v1.23.15...v1.23.16) (2022-02-17)

### Bug Fixes

* remove sticky journal title ([48c6727](48c6727))
  • Loading branch information
semantic-release-bot committed Feb 17, 2022
1 parent 48c6727 commit 3f3fe1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.23.16](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.15...v1.23.16) (2022-02-17)


### Bug Fixes

* remove sticky journal title ([48c6727](https://github.com/pengx17/logseq-dev-theme/commit/48c6727d52c099a5c1bdcaa02301d9e12b67097b))

## [1.23.15](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.14...v1.23.15) (2022-02-17)


Expand Down
10 changes: 0 additions & 10 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,16 +237,6 @@ i {
font-weight: 500;
}

#journals > div > div > div > div.flex.flex-col > div.content {
position: sticky;
top: 40px;
z-index: 1;
}
#journals > div > div > div > div.flex.flex-col > div.content .journal-title > h1 {
backdrop-filter: blur(5px);
border-radius: 4px;
}

:root {
--ct-page-title-color: var(--ct-bold-color);
--ct-page-title-font-size: 36px;
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.23.15",
"version": "1.23.16",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 3f3fe1e

Please sign in to comment.