Skip to content

Commit df235c1

Browse files
chore(release): 1.25.13 [skip ci]
## [1.25.13](v1.25.12...v1.25.13) (2022-04-25) ### Bug Fixes * multiline threading sometimes got covered ([4c8067c](4c8067c))
1 parent 4c8067c commit df235c1

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.25.13](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.12...v1.25.13) (2022-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* multiline threading sometimes got covered ([4c8067c](https://github.com/pengx17/logseq-dev-theme/commit/4c8067c7ed88dd18234dae9ef9841bfef625fa24))
7+
18
## [1.25.12](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.11...v1.25.12) (2022-04-23)
29

310

bullet_threading.css

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737

3838
.block-content-wrapper {
3939
position: relative;
40+
overflow-x: visible !important;
41+
/* Fixme: overflow? */
42+
}
43+
44+
.block-content-wrapper > div:first-child {
45+
overflow-x: auto;
4046
}
4147

4248
.bullet-container {

custom.css

+6
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,12 @@ a.title h1.title {
414414

415415
.block-content-wrapper {
416416
position: relative;
417+
overflow-x: visible !important;
418+
/* Fixme: overflow? */
419+
}
420+
421+
.block-content-wrapper > div:first-child {
422+
overflow-x: auto;
417423
}
418424

419425
.bullet-container {

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

0 commit comments

Comments
 (0)