Skip to content

Commit 865bf0b

Browse files
chore(release): 1.25.7 [skip ci]
## [1.25.7](v1.25.6...v1.25.7) (2022-04-21) ### Bug Fixes * journal page load issue ([071c295](071c295))
1 parent 071c295 commit 865bf0b

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.25.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.6...v1.25.7) (2022-04-21)
2+
3+
4+
### Bug Fixes
5+
6+
* journal page load issue ([071c295](https://github.com/pengx17/logseq-dev-theme/commit/071c29507959d4a3c7601b9a845abf58078c43fb))
7+
18
## [1.25.6](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.5...v1.25.6) (2022-04-20)
29

310

custom.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,15 @@ html.is-native-iphone #left-sidebar {
114114
--ct-sidebar-resizer-background-hover: var(--ct-primary-color);
115115
}
116116

117-
#left-container {
118-
overflow: auto !important;
117+
.cp__header {
118+
position: fixed;
119+
}
120+
121+
#left-container#left-container {
122+
overflow: initial !important;
119123
}
120124

121125
#main-container {
122-
height: auto !important;
123126
position: absolute;
124127
width: 100%;
125128
}

no_bullet_threading.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,15 @@ html.is-native-iphone #left-sidebar {
114114
--ct-sidebar-resizer-background-hover: var(--ct-primary-color);
115115
}
116116

117-
#left-container {
118-
overflow: auto !important;
117+
.cp__header {
118+
position: fixed;
119+
}
120+
121+
#left-container#left-container {
122+
overflow: initial !important;
119123
}
120124

121125
#main-container {
122-
height: auto !important;
123126
position: absolute;
124127
width: 100%;
125128
}

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

0 commit comments

Comments
 (0)