Skip to content

Commit

Permalink
chore(release): 1.26.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.11](pengx17/logseq-dev-theme@v1.26.10...v1.26.11) (2022-06-17)

### Bug Fixes

* add margin to embed to fix focus/hovering clipping issue ([84215c8](pengx17@84215c8))
  • Loading branch information
semantic-release-bot committed Jun 17, 2022
1 parent 84215c8 commit ae7865a
Show file tree
Hide file tree
Showing 4 changed files with 10 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.26.11](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.10...v1.26.11) (2022-06-17)


### Bug Fixes

* add margin to embed to fix focus/hovering clipping issue ([84215c8](https://github.com/pengx17/logseq-dev-theme/commit/84215c87f409e9175cf4820a156304037812ae18))

## [1.26.10](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.9...v1.26.10) (2022-06-09)


Expand Down
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ a:hover > .bullet-container .bullet {
padding: 0.75em 0.5em;
border: 2px solid #000;
border-radius: 8px;
margin: 0.2em 0 0.5em;
margin: 0.5em;
transition: all ease-in 0.3s;
}

Expand Down
2 changes: 1 addition & 1 deletion no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ a:hover > .bullet-container .bullet {
padding: 0.75em 0.5em;
border: 2px solid #000;
border-radius: 8px;
margin: 0.2em 0 0.5em;
margin: 0.5em;
transition: all ease-in 0.3s;
}

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.26.10",
"version": "1.26.11",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit ae7865a

Please sign in to comment.