Skip to content

Commit 3f3fe1e

Browse files
chore(release): 1.23.16 [skip ci]
## [1.23.16](v1.23.15...v1.23.16) (2022-02-17) ### Bug Fixes * remove sticky journal title ([48c6727](48c6727))
1 parent 48c6727 commit 3f3fe1e

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.23.16](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.15...v1.23.16) (2022-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* remove sticky journal title ([48c6727](https://github.com/pengx17/logseq-dev-theme/commit/48c6727d52c099a5c1bdcaa02301d9e12b67097b))
7+
18
## [1.23.15](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.14...v1.23.15) (2022-02-17)
29

310

custom.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -237,16 +237,6 @@ i {
237237
font-weight: 500;
238238
}
239239

240-
#journals > div > div > div > div.flex.flex-col > div.content {
241-
position: sticky;
242-
top: 40px;
243-
z-index: 1;
244-
}
245-
#journals > div > div > div > div.flex.flex-col > div.content .journal-title > h1 {
246-
backdrop-filter: blur(5px);
247-
border-radius: 4px;
248-
}
249-
250240
:root {
251241
--ct-page-title-color: var(--ct-bold-color);
252242
--ct-page-title-font-size: 36px;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.23.15",
4+
"version": "1.23.16",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)