Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyu-yang committed Jun 13, 2022
2 parents 1082708 + 7dcbade commit 519c03d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.26.10](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.9...v1.26.10) (2022-06-09)


### Bug Fixes

* query header display issue ([871c3dc](https://github.com/pengx17/logseq-dev-theme/commit/871c3dc18687131eed69f9fd6213e80716cff2f0))

## [1.26.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.8...v1.26.9) (2022-06-06)


Expand Down
4 changes: 0 additions & 4 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1071,11 +1071,7 @@ progress::-webkit-progress-value {

.dsl-query .custom-query-title > .font-medium,
:not(.dsl-query) > .custom-query .custom-query-title {
display: inline-block;
opacity: 1;
padding: 2px 10px !important;
background: var(--ct-query-header-background);
color: var(--ct-query-header-color);
font-family: var(--ct-code-font-family);
font-size: var(--ct-inline-code-font-size);
font-style: var(--ct-inline-code-font-style) !important;
Expand Down
4 changes: 0 additions & 4 deletions no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -922,11 +922,7 @@ progress::-webkit-progress-value {

.dsl-query .custom-query-title > .font-medium,
:not(.dsl-query) > .custom-query .custom-query-title {
display: inline-block;
opacity: 1;
padding: 2px 10px !important;
background: var(--ct-query-header-background);
color: var(--ct-query-header-color);
font-family: var(--ct-code-font-family);
font-size: var(--ct-inline-code-font-size);
font-style: var(--ct-inline-code-font-style) !important;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logseq-dev-theme",
"author": "pengx17",
"version": "1.26.9",
"version": "1.26.10",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down
4 changes: 0 additions & 4 deletions src/_queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@

.dsl-query .custom-query-title > .font-medium,
:not(.dsl-query) > .custom-query .custom-query-title {
display: inline-block;
opacity: 1;
padding: 2px 10px !important;
background: var(--ct-query-header-background);
color: var(--ct-query-header-color);
font-family: var(--ct-code-font-family);
font-size: var(--ct-inline-code-font-size);
font-style: var(--ct-inline-code-font-style) !important;
Expand Down

0 comments on commit 519c03d

Please sign in to comment.