Skip to content

Commit f953f62

Browse files
chore(release): 1.25.9 [skip ci]
## [1.25.9](v1.25.8...v1.25.9) (2022-04-21) ### Bug Fixes * journal load issue ([20498fd](20498fd))
1 parent 20498fd commit f953f62

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.25.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.8...v1.25.9) (2022-04-21)
2+
3+
4+
### Bug Fixes
5+
6+
* journal load issue ([20498fd](https://github.com/pengx17/logseq-dev-theme/commit/20498fdda9a651dfca535ac172f1fd2b3d864f78))
7+
18
## [1.25.8](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.7...v1.25.8) (2022-04-21)
29

310

custom.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,13 @@ 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: absolute;
119+
top: 0;
120+
width: 100%;
119121
}
120122

121123
#main-container {
122-
height: auto !important;
123124
position: absolute;
124125
width: 100%;
125126
}

no_bullet_threading.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,13 @@ 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: absolute;
119+
top: 0;
120+
width: 100%;
119121
}
120122

121123
#main-container {
122-
height: auto !important;
123124
position: absolute;
124125
width: 100%;
125126
}

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

0 commit comments

Comments
 (0)