Skip to content

Commit 8d7928b

Browse files
chore(release): 1.24.3 [skip ci]
## [1.24.3](v1.24.2...v1.24.3) (2022-04-01) ### Bug Fixes * threading in the first block of the embedded ([986e791](986e791))
1 parent 986e791 commit 8d7928b

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [1.24.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.1...v1.24.2) (2022-03-28)
29

310

bullet_threading.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
:root {
22
--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+
);
47
}
58

69
.block-control {
@@ -112,6 +115,10 @@
112115
border-color: var(--ls-block-bullet-active-color);
113116
}
114117

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+
115122
@media (max-width: 640px) {
116123
.ls-block[haschild=true] > div > .block-content-wrapper::before {
117124
left: -11px;

custom.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,10 @@ a.title h1.title {
398398

399399
:root {
400400
--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+
);
402405
}
403406

404407
.block-control {
@@ -510,6 +513,10 @@ a.title h1.title {
510513
border-color: var(--ls-block-bullet-active-color);
511514
}
512515

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+
513520
@media (max-width: 640px) {
514521
.ls-block[haschild=true] > div > .block-content-wrapper::before {
515522
left: -11px;

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

0 commit comments

Comments
 (0)