File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.26.10] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.9...v1.26.10 ) (2022-06-09)
2
9
3
10
Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ a:hover > .bullet-container .bullet {
654
654
padding : 0.75em 0.5em ;
655
655
border : 2px solid # 000 ;
656
656
border-radius : 8px ;
657
- margin : 0.2 em 0 0. 5em ;
657
+ margin : 0.5em ;
658
658
transition : all ease-in 0.3s ;
659
659
}
660
660
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ a:hover > .bullet-container .bullet {
505
505
padding : 0.75em 0.5em ;
506
506
border : 2px solid # 000 ;
507
507
border-radius : 8px ;
508
- margin : 0.2 em 0 0. 5em ;
508
+ margin : 0.5em ;
509
509
transition : all ease-in 0.3s ;
510
510
}
511
511
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logseq-dev-theme" ,
3
3
"author" : " pengx17" ,
4
- "version" : " 1.26.10 " ,
4
+ "version" : " 1.26.11 " ,
5
5
"description" : " A custom theme for dev" ,
6
6
"logseq" : {
7
7
"themes" : [
You can’t perform that action at this time.
0 commit comments