Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.1...v1.13.0) (2021-07-27)

### Features

* adapt threading for new logseq version ([cbd0fce](cbd0fce))
  • Loading branch information
semantic-release-bot committed Jul 27, 2021
1 parent cbd0fce commit ee5fe17
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.13.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.12.1...v1.13.0) (2021-07-27)


### Features

* adapt threading for new logseq version ([cbd0fce](https://github.com/pengx17/logseq-dev-theme/commit/cbd0fce7db043dcb0de1b2e2538867bd7ab7f12f))

## [1.12.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.12.0...v1.12.1) (2021-07-24)


Expand Down
7 changes: 5 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,9 @@ a.title h1.title {

/* block reference */
.block-ref {
font-size: 14px;
padding: 1px 5px 0;
border-radius: 2px;
font-size: 0.95em;
background: var(--ct-block-reference-background);
}

Expand Down Expand Up @@ -469,7 +470,9 @@ div.items-center::after,

.blocks-container > .ls-block > div > div.items-center::before,
.blocks-container > .ls-block:focus-within > div > div.items-center::after,
.blocks-container > .block-children:focus-within > .ls-block::before {
.blocks-container > .block-children:focus-within > .ls-block::before, .blocks-container > #lazy-blocks > .ls-block > div > div.items-center::before,
.blocks-container > #lazy-blocks > .ls-block:focus-within > div > div.items-center::after,
.blocks-container > #lazy-blocks > .block-children:focus-within > .ls-block::before {
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logseq-dev-theme",
"author": "pengx17",
"version": "1.12.1",
"version": "1.13.0",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit ee5fe17

Please sign in to comment.