Skip to content

Commit 4a88e04

Browse files
chore(release): 1.23.13 [skip ci]
## [1.23.13](v1.23.12...v1.23.13) (2022-01-14) ### Bug Fixes * bullet offset ([6c2f83c](6c2f83c))
1 parent 6c2f83c commit 4a88e04

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.23.13](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.12...v1.23.13) (2022-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* bullet offset ([6c2f83c](https://github.com/pengx17/logseq-dev-theme/commit/6c2f83c112b324748ab7626cf488955ffe3cae7b))
7+
18
## [1.23.12](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.11...v1.23.12) (2022-01-12)
29

310

bullet_threading.css

+5
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
border-color: var(--ls-block-bullet-active-color);
113113
}
114114

115+
@media (max-width: 640px) {
116+
.ls-block[haschild=true] > div > .block-content-wrapper::before {
117+
left: -11px;
118+
}
119+
}
115120
/* Disable for doc mode */
116121
.doc-mode div.items-center::before,
117122
.doc-mode div.items-center::after,

custom.css

+5
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,11 @@ a.title h1.title {
521521
border-color: var(--ls-block-bullet-active-color);
522522
}
523523

524+
@media (max-width: 640px) {
525+
.ls-block[haschild=true] > div > .block-content-wrapper::before {
526+
left: -11px;
527+
}
528+
}
524529
/* Disable for doc mode */
525530
.doc-mode div.items-center::before,
526531
.doc-mode div.items-center::after,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.23.12",
4+
"version": "1.23.13",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)