File tree 4 files changed +24
-3
lines changed 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.24.3] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.24.2...v1.24.3 ) (2022-04-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * threading in the first block of the embedded ([ 986e791] ( https://github.com/pengx17/logseq-dev-theme/commit/986e7913b1822aaaf9f3f44c7389758fd6963ee3 ) )
7
+
1
8
## [ 1.24.2] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.24.1...v1.24.2 ) (2022-03-28)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
: root {
2
2
--ls-block-bullet-active-color : var (--ls-link-text-color );
3
- --ls-block-bullet-threading-width : var (--ls-block-bullet-threading-width-overwrite , 1px );
3
+ --ls-block-bullet-threading-width : var (
4
+ --ls-block-bullet-threading-width-overwrite ,
5
+ 1px
6
+ );
4
7
}
5
8
6
9
.block-control {
112
115
border-color : var (--ls-block-bullet-active-color );
113
116
}
114
117
118
+ : is (.embed-block > div , .embed-page ) > div > div > div > div .ls-block > div > div .items-center ::before {
119
+ border-color : transparent !important ;
120
+ }
121
+
115
122
@media (max-width : 640px ) {
116
123
.ls-block [haschild = true ] > div > .block-content-wrapper ::before {
117
124
left : -11px ;
Original file line number Diff line number Diff line change @@ -398,7 +398,10 @@ a.title h1.title {
398
398
399
399
: root {
400
400
--ls-block-bullet-active-color : var (--ls-link-text-color );
401
- --ls-block-bullet-threading-width : var (--ls-block-bullet-threading-width-overwrite , 1px );
401
+ --ls-block-bullet-threading-width : var (
402
+ --ls-block-bullet-threading-width-overwrite ,
403
+ 1px
404
+ );
402
405
}
403
406
404
407
.block-control {
@@ -510,6 +513,10 @@ a.title h1.title {
510
513
border-color : var (--ls-block-bullet-active-color );
511
514
}
512
515
516
+ : is (.embed-block > div , .embed-page ) > div > div > div > div .ls-block > div > div .items-center ::before {
517
+ border-color : transparent !important ;
518
+ }
519
+
513
520
@media (max-width : 640px ) {
514
521
.ls-block [haschild = true ] > div > .block-content-wrapper ::before {
515
522
left : -11px ;
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.24.2 " ,
4
+ "version" : " 1.24.3 " ,
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