File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.8.2] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.8.1...v1.8.2 ) (2021-07-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * adapt new query header styles ([ 3d6d3a6] ( https://github.com/pengx17/logseq-dev-theme/commit/3d6d3a6871f7a477a03c8e603453502b5a5c496b ) )
7
+
1
8
## [ 1.8.1] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.8.0...v1.8.1 ) (2021-07-10)
2
9
3
10
Original file line number Diff line number Diff line change @@ -811,8 +811,9 @@ progress::-webkit-progress-value {
811
811
margin-top : 12px ;
812
812
}
813
813
814
- : is (.dsl-query , # today-queries , .block-body ) > .custom-query .foldable-title .opacity-70 {
815
- display : block;
814
+ .dsl-query .custom-query-title > .font-medium ,
815
+ : not (.dsl-query ) > .custom-query .custom-query-title {
816
+ display : inline-block;
816
817
opacity : 1 ;
817
818
padding : 5px 10px 2px 10px !important ;
818
819
background : var (--ct-query-header-background );
@@ -824,6 +825,20 @@ progress::-webkit-progress-value {
824
825
text-shadow : 1px 1px 0px black, 1px 1px 1px # 888888 ;
825
826
}
826
827
828
+ : not (.dsl-query ): not (# today-queries ) > .custom-query .custom-query-title {
829
+ margin-bottom : 1.5em ;
830
+ }
831
+
832
+ : not (.dsl-query ) > .custom-query .custom-query-title > .flex-row {
833
+ position : absolute;
834
+ left : 24px ;
835
+ text-shadow : none;
836
+ font-family : inherit;
837
+ color : var (--ls-primary-text-color );
838
+ font-size : 0.875rem ;
839
+ font-family : var (--ls-font-family );
840
+ }
841
+
827
842
.dsl-query > .custom-query .foldable-title .opacity-70 code {
828
843
background : none;
829
844
color : var (--ct-query-header-color );
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.8.1 " ,
4
+ "version" : " 1.8.2 " ,
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