File tree 3 files changed +14
-3
lines changed 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.24.1] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.24.0...v1.24.1 ) (2022-03-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * adjust code block margin ([ bce6ea1] ( https://github.com/pengx17/logseq-dev-theme/commit/bce6ea147324a244742cf97b5f06c3766e42a8cd ) )
7
+
1
8
# [ 1.24.0] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.23.16...v1.24.0 ) (2022-02-23)
2
9
3
10
Original file line number Diff line number Diff line change @@ -870,8 +870,8 @@ progress::-webkit-progress-value {
870
870
background : var (--color-level-4 ) !important ;
871
871
}
872
872
873
- .extensions__code > . CodeMirror {
874
- padding -top: 0 ;
873
+ .extensions__code {
874
+ margin -top: 8 px ;
875
875
}
876
876
877
877
.extensions__code-calc {
@@ -889,6 +889,10 @@ progress::-webkit-progress-value {
889
889
border-radius : 4px ;
890
890
}
891
891
892
+ .extensions__code-lang + div {
893
+ margin-top : 0 !important ;
894
+ }
895
+
892
896
/* Popups */
893
897
.tippy-tooltip {
894
898
padding : 0.5em 0 ;
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.24.0 " ,
4
+ "version" : " 1.24.1 " ,
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