File tree 4 files changed +8
-13
lines changed
4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.26.11] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.10...v1.26.11 ) (2022-06-17)
2
9
3
10
Original file line number Diff line number Diff line change 44
44
/* Fixme: overflow? */
45
45
}
46
46
47
- .block-content-wrapper > div : first-child {
48
- padding : 1px ;
49
- margin : -1px ;
50
- overflow-x : auto;
51
- }
52
-
53
47
.bullet-container {
54
48
height : 14px !important ;
55
49
width : 14px !important ;
Original file line number Diff line number Diff line change @@ -415,12 +415,6 @@ a.title h1.title {
415
415
/* Fixme: overflow? */
416
416
}
417
417
418
- .block-content-wrapper > div : first-child {
419
- padding : 1px ;
420
- margin : -1px ;
421
- overflow-x : auto;
422
- }
423
-
424
418
.bullet-container {
425
419
height : 14px !important ;
426
420
width : 14px !important ;
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.11 " ,
4
+ "version" : " 1.26.12 " ,
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