Skip to content

Commit 148e8e8

Browse files
chore(release): 1.8.2 [skip ci]
## [1.8.2](v1.8.1...v1.8.2) (2021-07-14) ### Bug Fixes * adapt new query header styles ([3d6d3a6](3d6d3a6))
1 parent 3d6d3a6 commit 148e8e8

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [1.8.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.8.0...v1.8.1) (2021-07-10)
29

310

custom.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,9 @@ progress::-webkit-progress-value {
811811
margin-top: 12px;
812812
}
813813

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;
816817
opacity: 1;
817818
padding: 5px 10px 2px 10px !important;
818819
background: var(--ct-query-header-background);
@@ -824,6 +825,20 @@ progress::-webkit-progress-value {
824825
text-shadow: 1px 1px 0px black, 1px 1px 1px #888888;
825826
}
826827

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+
827842
.dsl-query > .custom-query .foldable-title .opacity-70 code {
828843
background: none;
829844
color: var(--ct-query-header-color);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)