File tree 4 files changed +20
-1
lines changed 4 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.25.12] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.25.11...v1.25.12 ) (2022-04-23)
2
9
3
10
Original file line number Diff line number Diff line change 37
37
38
38
.block-content-wrapper {
39
39
position : relative;
40
+ overflow-x : visible !important ;
41
+ /* Fixme: overflow? */
42
+ }
43
+
44
+ .block-content-wrapper > div : first-child {
45
+ overflow-x : auto;
40
46
}
41
47
42
48
.bullet-container {
Original file line number Diff line number Diff line change @@ -414,6 +414,12 @@ a.title h1.title {
414
414
415
415
.block-content-wrapper {
416
416
position : relative;
417
+ overflow-x : visible !important ;
418
+ /* Fixme: overflow? */
419
+ }
420
+
421
+ .block-content-wrapper > div : first-child {
422
+ overflow-x : auto;
417
423
}
418
424
419
425
.bullet-container {
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.25.12 " ,
4
+ "version" : " 1.25.13 " ,
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