Skip to content

Commit 496b9dc

Browse files
chore(release): 1.23.9 [skip ci]
## [1.23.9](v1.23.8...v1.23.9) (2022-01-11) ### Bug Fixes * for nightly release ([d35209d](d35209d))
1 parent d35209d commit 496b9dc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.23.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.8...v1.23.9) (2022-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* for nightly release ([d35209d](https://github.com/pengx17/logseq-dev-theme/commit/d35209d8a7fdfb1d31d66f521d4b2da07e2bbaae))
7+
18
## [1.23.8](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.7...v1.23.8) (2022-01-11)
29

310

custom.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ i {
116116
}
117117

118118
#main-content-container {
119-
margin-top: var(--ct-header-height) !important;
119+
padding-top: var(--ct-header-height);
120120
}
121121

122122
.page {
@@ -213,7 +213,7 @@ i {
213213

214214
#journals > div > div > div > div.flex.flex-col > div.content {
215215
position: sticky;
216-
top: 50px;
216+
top: 40px;
217217
z-index: 1;
218218
}
219219
#journals > div > div > div > div.flex.flex-col > div.content .journal-title > h1 {

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.23.8",
4+
"version": "1.23.9",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)