Skip to content

Commit 4013b0c

Browse files
chore(release): 1.24.0 [skip ci]
# [1.24.0](v1.23.16...v1.24.0) (2022-02-23) ### Features * add no bullet threading dev theme ([6b71900](6b71900))
1 parent 6b71900 commit 4013b0c

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
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.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.16...v1.24.0) (2022-02-23)
2+
3+
4+
### Features
5+
6+
* add no bullet threading dev theme ([6b71900](https://github.com/pengx17/logseq-dev-theme/commit/6b7190055cd5983ff0ca441a8ca85df80f9b1d40))
7+
18
## [1.23.16](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.15...v1.23.16) (2022-02-17)
29

310

custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,11 @@ a:hover > .bullet-container .bullet {
597597
margin-left: 0 !important;
598598
}
599599

600+
.ls-block div.items-center {
601+
position: relative;
602+
height: 26px !important;
603+
}
604+
600605
.block-content-wrapper > div > .block-content > span > span > :first-child {
601606
position: relative;
602607
}

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

0 commit comments

Comments
 (0)