Skip to content

Commit 64b192c

Browse files
chore(release): 1.26.7 [skip ci]
## [1.26.7](v1.26.6...v1.26.7) (2022-05-20) ### Bug Fixes * bullet threading issue on small screens ([100557b](100557b))
1 parent 100557b commit 64b192c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.6...v1.26.7) (2022-05-20)
2+
3+
4+
### Bug Fixes
5+
6+
* bullet threading issue on small screens ([100557b](https://github.com/pengx17/logseq-dev-theme/commit/100557b9b99541de476fc85c1a5cbc0b97317999))
7+
18
## [1.26.6](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.5...v1.26.6) (2022-05-19)
29

310

bullet_threading.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
}
132132

133133
@media (max-width: 640px) {
134-
.ls-block[haschild=true] > div > .block-content-wrapper::before {
134+
.ls-block[haschild] > div > .block-content-wrapper::before {
135135
left: -11px;
136136
}
137137
}

custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ a.title h1.title {
502502
}
503503

504504
@media (max-width: 640px) {
505-
.ls-block[haschild=true] > div > .block-content-wrapper::before {
505+
.ls-block[haschild] > div > .block-content-wrapper::before {
506506
left: -11px;
507507
}
508508
}

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

0 commit comments

Comments
 (0)