Skip to content

Commit ae7865a

Browse files
chore(release): 1.26.11 [skip ci]
## [1.26.11](v1.26.10...v1.26.11) (2022-06-17) ### Bug Fixes * add margin to embed to fix focus/hovering clipping issue ([84215c8](84215c8))
1 parent 84215c8 commit ae7865a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.11](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.10...v1.26.11) (2022-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* add margin to embed to fix focus/hovering clipping issue ([84215c8](https://github.com/pengx17/logseq-dev-theme/commit/84215c87f409e9175cf4820a156304037812ae18))
7+
18
## [1.26.10](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.9...v1.26.10) (2022-06-09)
29

310

custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ a:hover > .bullet-container .bullet {
654654
padding: 0.75em 0.5em;
655655
border: 2px solid #000;
656656
border-radius: 8px;
657-
margin: 0.2em 0 0.5em;
657+
margin: 0.5em;
658658
transition: all ease-in 0.3s;
659659
}
660660

no_bullet_threading.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ a:hover > .bullet-container .bullet {
505505
padding: 0.75em 0.5em;
506506
border: 2px solid #000;
507507
border-radius: 8px;
508-
margin: 0.2em 0 0.5em;
508+
margin: 0.5em;
509509
transition: all ease-in 0.3s;
510510
}
511511

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

0 commit comments

Comments
 (0)