Skip to content

Commit 7dcbade

Browse files
chore(release): 1.26.10 [skip ci]
## [1.26.10](v1.26.9...v1.26.10) (2022-06-09) ### Bug Fixes * query header display issue ([871c3dc](871c3dc))
1 parent 8fd7999 commit 7dcbade

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.10](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.9...v1.26.10) (2022-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* query header display issue ([871c3dc](https://github.com/pengx17/logseq-dev-theme/commit/871c3dc18687131eed69f9fd6213e80716cff2f0))
7+
18
## [1.26.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.8...v1.26.9) (2022-06-06)
29

310

custom.css

-4
Original file line numberDiff line numberDiff line change
@@ -1013,11 +1013,7 @@ progress::-webkit-progress-value {
10131013

10141014
.dsl-query .custom-query-title > .font-medium,
10151015
:not(.dsl-query) > .custom-query .custom-query-title {
1016-
display: inline-block;
10171016
opacity: 1;
1018-
padding: 2px 10px !important;
1019-
background: var(--ct-query-header-background);
1020-
color: var(--ct-query-header-color);
10211017
font-family: var(--ct-code-font-family);
10221018
font-size: var(--ct-inline-code-font-size);
10231019
font-style: var(--ct-inline-code-font-style) !important;

no_bullet_threading.css

-4
Original file line numberDiff line numberDiff line change
@@ -864,11 +864,7 @@ progress::-webkit-progress-value {
864864

865865
.dsl-query .custom-query-title > .font-medium,
866866
:not(.dsl-query) > .custom-query .custom-query-title {
867-
display: inline-block;
868867
opacity: 1;
869-
padding: 2px 10px !important;
870-
background: var(--ct-query-header-background);
871-
color: var(--ct-query-header-color);
872868
font-family: var(--ct-code-font-family);
873869
font-size: var(--ct-inline-code-font-size);
874870
font-style: var(--ct-inline-code-font-style) !important;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.26.9",
4+
"version": "1.26.10",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)