Commit 19cbb4b 1 parent 1244cdf commit 19cbb4b Copy full SHA for 19cbb4b
File tree 4 files changed +18
-1
lines changed
4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.26.8] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.7...v1.26.8 ) (2022-06-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * query header display issue ([ 1244cdf] ( https://github.com/pengx17/logseq-dev-theme/commit/1244cdfd196aebfbaf95ade6ec3cbb61b13a3e96 ) )
7
+
1
8
## [ 1.26.7] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.6...v1.26.7 ) (2022-05-20)
2
9
3
10
Original file line number Diff line number Diff line change @@ -1018,6 +1018,7 @@ progress::-webkit-progress-value {
1018
1018
font-size : var (--ct-inline-code-font-size );
1019
1019
font-style : var (--ct-inline-code-font-style ) !important ;
1020
1020
border-radius : var (--ct-inline-code-border-radius );
1021
+ width : auto;
1021
1022
}
1022
1023
1023
1024
: not (.dsl-query ) > .custom-query .custom-query-title > .flex-row {
@@ -1039,6 +1040,10 @@ progress::-webkit-progress-value {
1039
1040
color : var (--ct-query-header-color );
1040
1041
}
1041
1042
1043
+ .custom-query-title > .svg-small {
1044
+ display : none;
1045
+ }
1046
+
1042
1047
: root {
1043
1048
--ct-marker-border-radius : 4px ;
1044
1049
--ct-task-done-text-decoration : none;
Original file line number Diff line number Diff line change @@ -869,6 +869,7 @@ progress::-webkit-progress-value {
869
869
font-size : var (--ct-inline-code-font-size );
870
870
font-style : var (--ct-inline-code-font-style ) !important ;
871
871
border-radius : var (--ct-inline-code-border-radius );
872
+ width : auto;
872
873
}
873
874
874
875
: not (.dsl-query ) > .custom-query .custom-query-title > .flex-row {
@@ -890,6 +891,10 @@ progress::-webkit-progress-value {
890
891
color : var (--ct-query-header-color );
891
892
}
892
893
894
+ .custom-query-title > .svg-small {
895
+ display : none;
896
+ }
897
+
893
898
: root {
894
899
--ct-marker-border-radius : 4px ;
895
900
--ct-task-done-text-decoration : none;
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.7 " ,
4
+ "version" : " 1.26.8 " ,
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