Skip to content

Commit 8e02680

Browse files
chore(release): 1.26.12 [skip ci]
## [1.26.12](v1.26.11...v1.26.12) (2022-07-12) ### Bug Fixes * remove block overflow fix ([8218a2f](8218a2f))
1 parent 8218a2f commit 8e02680

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.12](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.11...v1.26.12) (2022-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* remove block overflow fix ([8218a2f](https://github.com/pengx17/logseq-dev-theme/commit/8218a2f538cb21c3e3c3a235b908f5d809604614))
7+
18
## [1.26.11](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.10...v1.26.11) (2022-06-17)
29

310

bullet_threading.css

-6
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
/* Fixme: overflow? */
4545
}
4646

47-
.block-content-wrapper > div:first-child {
48-
padding: 1px;
49-
margin: -1px;
50-
overflow-x: auto;
51-
}
52-
5347
.bullet-container {
5448
height: 14px !important;
5549
width: 14px !important;

custom.css

-6
Original file line numberDiff line numberDiff line change
@@ -415,12 +415,6 @@ a.title h1.title {
415415
/* Fixme: overflow? */
416416
}
417417

418-
.block-content-wrapper > div:first-child {
419-
padding: 1px;
420-
margin: -1px;
421-
overflow-x: auto;
422-
}
423-
424418
.bullet-container {
425419
height: 14px !important;
426420
width: 14px !important;

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

0 commit comments

Comments
 (0)