File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.26.10] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.9...v1.26.10 ) (2022-06-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * query header display issue ([ 871c3dc] ( https://github.com/pengx17/logseq-dev-theme/commit/871c3dc18687131eed69f9fd6213e80716cff2f0 ) )
7
+
1
8
## [ 1.26.9] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.8...v1.26.9 ) (2022-06-06)
2
9
3
10
Original file line number Diff line number Diff line change @@ -1013,11 +1013,7 @@ progress::-webkit-progress-value {
1013
1013
1014
1014
.dsl-query .custom-query-title > .font-medium ,
1015
1015
: not (.dsl-query ) > .custom-query .custom-query-title {
1016
- display : inline-block;
1017
1016
opacity : 1 ;
1018
- padding : 2px 10px !important ;
1019
- background : var (--ct-query-header-background );
1020
- color : var (--ct-query-header-color );
1021
1017
font-family : var (--ct-code-font-family );
1022
1018
font-size : var (--ct-inline-code-font-size );
1023
1019
font-style : var (--ct-inline-code-font-style ) !important ;
Original file line number Diff line number Diff line change @@ -864,11 +864,7 @@ progress::-webkit-progress-value {
864
864
865
865
.dsl-query .custom-query-title > .font-medium ,
866
866
: not (.dsl-query ) > .custom-query .custom-query-title {
867
- display : inline-block;
868
867
opacity : 1 ;
869
- padding : 2px 10px !important ;
870
- background : var (--ct-query-header-background );
871
- color : var (--ct-query-header-color );
872
868
font-family : var (--ct-code-font-family );
873
869
font-size : var (--ct-inline-code-font-size );
874
870
font-style : var (--ct-inline-code-font-style ) !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.9 " ,
4
+ "version" : " 1.26.10 " ,
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