Commit 865bf0b 1 parent 071c295 commit 865bf0b Copy full SHA for 865bf0b
File tree 4 files changed +20
-7
lines changed
4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.25.6] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.25.5...v1.25.6 ) (2022-04-20)
2
9
3
10
Original file line number Diff line number Diff line change @@ -114,12 +114,15 @@ 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 : fixed;
119
+ }
120
+
121
+ # left-container # left-container {
122
+ overflow : initial !important ;
119
123
}
120
124
121
125
# main-container {
122
- height : auto !important ;
123
126
position : absolute;
124
127
width : 100% ;
125
128
}
Original file line number Diff line number Diff line change @@ -114,12 +114,15 @@ 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 : fixed;
119
+ }
120
+
121
+ # left-container # left-container {
122
+ overflow : initial !important ;
119
123
}
120
124
121
125
# main-container {
122
- height : auto !important ;
123
126
position : absolute;
124
127
width : 100% ;
125
128
}
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.6 " ,
4
+ "version" : " 1.25.7 " ,
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