Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyu-yang committed Jun 17, 2022
2 parents 519c03d + ae7865a commit b83a566
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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 @@ -710,7 +710,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 @@ -561,7 +561,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
2 changes: 1 addition & 1 deletion src/_embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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

0 comments on commit b83a566

Please sign in to comment.