Skip to content

Commit

Permalink
chore(release): 1.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.22.0](pengx17/logseq-dev-theme@v1.21.17...v1.22.0) (2021-11-22)

### Features

* sticky journal titles ([82a7343](pengx17@82a7343))
  • Loading branch information
semantic-release-bot committed Nov 22, 2021
1 parent 82a7343 commit e061369
Show file tree
Hide file tree
Showing 3 changed files with 18 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.22.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.21.17...v1.22.0) (2021-11-22)


### Features

* sticky journal titles ([82a7343](https://github.com/pengx17/logseq-dev-theme/commit/82a73430955e218e4a35e5dc530e9414682bca46))

## [1.21.17](https://github.com/pengx17/logseq-dev-theme/compare/v1.21.16...v1.21.17) (2021-11-22)


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

#journals > div > div > div > div.flex.flex-col > div.content {
position: sticky;
top: 50px;
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.21.17",
"version": "1.22.0",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit e061369

Please sign in to comment.