File tree 4 files changed +16
-7
lines changed 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.25.8] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.25.7...v1.25.8 ) (2022-04-21)
2
9
3
10
Original file line number Diff line number Diff line change @@ -114,12 +114,13 @@ html.is-native-iphone #left-sidebar {
114
114
--ct-sidebar-resizer-background-hover : var (--ct-primary-color );
115
115
}
116
116
117
- # left-container {
118
- overflow : auto !important ;
117
+ .cp__header {
118
+ position : absolute;
119
+ top : 0 ;
120
+ width : 100% ;
119
121
}
120
122
121
123
# main-container {
122
- height : auto !important ;
123
124
position : absolute;
124
125
width : 100% ;
125
126
}
Original file line number Diff line number Diff line change @@ -114,12 +114,13 @@ html.is-native-iphone #left-sidebar {
114
114
--ct-sidebar-resizer-background-hover : var (--ct-primary-color );
115
115
}
116
116
117
- # left-container {
118
- overflow : auto !important ;
117
+ .cp__header {
118
+ position : absolute;
119
+ top : 0 ;
120
+ width : 100% ;
119
121
}
120
122
121
123
# main-container {
122
- height : auto !important ;
123
124
position : absolute;
124
125
width : 100% ;
125
126
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logseq-dev-theme" ,
3
3
"author" : " pengx17" ,
4
- "version" : " 1.25.8 " ,
4
+ "version" : " 1.25.9 " ,
5
5
"description" : " A custom theme for dev" ,
6
6
"logseq" : {
7
7
"themes" : [
You can’t perform that action at this time.
0 commit comments