File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.9.0] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.8.3...v1.9.0 ) (2021-07-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * adapt right sidebar heading issue for 0.2.6 ([ 86a17c7] ( https://github.com/pengx17/logseq-dev-theme/commit/86a17c7153d1b55a3ae05c0648dcdee41f5e80b2 ) )
7
+
1
8
## [ 1.8.3] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.8.2...v1.8.3 ) (2021-07-16)
2
9
3
10
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ body {
176
176
177
177
.sidebar-item .content > div > div : first-of-type {
178
178
position : sticky;
179
- top : var ( --ct-header-height ) ;
179
+ top : 0 ;
180
180
padding : 1rem ;
181
181
margin : -1rem ;
182
182
z-index : 10 ;
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.8.3 " ,
4
+ "version" : " 1.9.0 " ,
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