Skip to content

Commit

Permalink
chore(release): 1.26.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.8](v1.26.7...v1.26.8) (2022-06-05)

### Bug Fixes

* query header display issue ([1244cdf](1244cdf))
  • Loading branch information
semantic-release-bot committed Jun 5, 2022
1 parent 1244cdf commit 19cbb4b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.26.8](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.7...v1.26.8) (2022-06-05)


### Bug Fixes

* query header display issue ([1244cdf](https://github.com/pengx17/logseq-dev-theme/commit/1244cdfd196aebfbaf95ade6ec3cbb61b13a3e96))

## [1.26.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.6...v1.26.7) (2022-05-20)


Expand Down
5 changes: 5 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ progress::-webkit-progress-value {
font-size: var(--ct-inline-code-font-size);
font-style: var(--ct-inline-code-font-style) !important;
border-radius: var(--ct-inline-code-border-radius);
width: auto;
}

:not(.dsl-query) > .custom-query .custom-query-title > .flex-row {
Expand All @@ -1039,6 +1040,10 @@ progress::-webkit-progress-value {
color: var(--ct-query-header-color);
}

.custom-query-title > .svg-small {
display: none;
}

:root {
--ct-marker-border-radius: 4px;
--ct-task-done-text-decoration: none;
Expand Down
5 changes: 5 additions & 0 deletions no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ progress::-webkit-progress-value {
font-size: var(--ct-inline-code-font-size);
font-style: var(--ct-inline-code-font-style) !important;
border-radius: var(--ct-inline-code-border-radius);
width: auto;
}

:not(.dsl-query) > .custom-query .custom-query-title > .flex-row {
Expand All @@ -890,6 +891,10 @@ progress::-webkit-progress-value {
color: var(--ct-query-header-color);
}

.custom-query-title > .svg-small {
display: none;
}

:root {
--ct-marker-border-radius: 4px;
--ct-task-done-text-decoration: none;
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.7",
"version": "1.26.8",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 19cbb4b

Please sign in to comment.