Skip to content

Commit b910e51

Browse files
chore(release): 1.25.16 [skip ci]
## [1.25.16](v1.25.15...v1.25.16) (2022-04-25) ### Bug Fixes * edit layout shift issue ([8926098](8926098))
1 parent 8926098 commit b910e51

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.25.16](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.15...v1.25.16) (2022-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* edit layout shift issue ([8926098](https://github.com/pengx17/logseq-dev-theme/commit/89260981146c545c25dab5d38e98367c1d87dfe1))
7+
18
## [1.25.15](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.14...v1.25.15) (2022-04-25)
29

310

bullet_threading.css

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
.block-content-wrapper > div:first-child {
4545
padding: 1px;
46+
margin: -1px;
4647
overflow-x: auto;
4748
}
4849

custom.css

+1
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ a.title h1.title {
420420

421421
.block-content-wrapper > div:first-child {
422422
padding: 1px;
423+
margin: -1px;
423424
overflow-x: auto;
424425
}
425426

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.25.15",
4+
"version": "1.25.16",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)