File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 16
16
margin-top : 12px ;
17
17
}
18
18
19
- :is(.dsl-query , #today-queries , .block-body )
20
- > .custom-query
21
- .foldable-title
22
- .opacity-70 {
23
- display : block ;
19
+ .dsl-query .custom-query-title > .font-medium ,
20
+ :not (.dsl-query ) > .custom-query .custom-query-title {
21
+ display : inline-block ;
24
22
opacity : 1 ;
25
23
padding : 5px 10px 2px 10px !important ;
26
24
background : var (--ct-query-header-background );
32
30
text-shadow : 1px 1px 0px black , 1px 1px 1px rgb (136 , 136 , 136 );
33
31
}
34
32
33
+ :not (.dsl-query ):not (#today-queries ) > .custom-query .custom-query-title {
34
+ margin-bottom : 1.5em ;
35
+ }
36
+
37
+ :not (.dsl-query ) > .custom-query .custom-query-title > .flex-row {
38
+ position : absolute ;
39
+ left : 24px ;
40
+ text-shadow : none ;
41
+ font-family : inherit ;
42
+ color : var (--ls-primary-text-color );
43
+ font-size : 0.875rem ;
44
+ font-family : var (--ls-font-family );
45
+ }
46
+
35
47
.dsl-query > .custom-query .foldable-title .opacity-70 code {
36
48
background : none ;
37
49
color : var (--ct-query-header-color );
You can’t perform that action at this time.
0 commit comments