Skip to content

Commit 19cbb4b

Browse files
chore(release): 1.26.8 [skip ci]
## [1.26.8](v1.26.7...v1.26.8) (2022-06-05) ### Bug Fixes * query header display issue ([1244cdf](1244cdf))
1 parent 1244cdf commit 19cbb4b

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.8](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.7...v1.26.8) (2022-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* query header display issue ([1244cdf](https://github.com/pengx17/logseq-dev-theme/commit/1244cdfd196aebfbaf95ade6ec3cbb61b13a3e96))
7+
18
## [1.26.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.6...v1.26.7) (2022-05-20)
29

310

custom.css

+5
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ progress::-webkit-progress-value {
10181018
font-size: var(--ct-inline-code-font-size);
10191019
font-style: var(--ct-inline-code-font-style) !important;
10201020
border-radius: var(--ct-inline-code-border-radius);
1021+
width: auto;
10211022
}
10221023

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

1043+
.custom-query-title > .svg-small {
1044+
display: none;
1045+
}
1046+
10421047
:root {
10431048
--ct-marker-border-radius: 4px;
10441049
--ct-task-done-text-decoration: none;

no_bullet_threading.css

+5
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ progress::-webkit-progress-value {
869869
font-size: var(--ct-inline-code-font-size);
870870
font-style: var(--ct-inline-code-font-style) !important;
871871
border-radius: var(--ct-inline-code-border-radius);
872+
width: auto;
872873
}
873874

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

894+
.custom-query-title > .svg-small {
895+
display: none;
896+
}
897+
893898
:root {
894899
--ct-marker-border-radius: 4px;
895900
--ct-task-done-text-decoration: none;

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.7",
4+
"version": "1.26.8",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)