Skip to content

Commit

Permalink
chore(release): 1.26.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.10](v1.26.9...v1.26.10) (2022-06-09)

### Bug Fixes

* query header display issue ([871c3dc](871c3dc))
  • Loading branch information
semantic-release-bot committed Jun 9, 2022
1 parent 8fd7999 commit 7dcbade
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 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 @@ -1013,11 +1013,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 @@ -864,11 +864,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

0 comments on commit 7dcbade

Please sign in to comment.