Skip to content

Commit 22ac161

Browse files
chore(release): 1.26.13 [skip ci]
## [1.26.13](v1.26.12...v1.26.13) (2022-11-07) ### Bug Fixes * style issues ([620ea7c](620ea7c)), closes [#79](#79)
1 parent 620ea7c commit 22ac161

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.13](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.12...v1.26.13) (2022-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* style issues ([620ea7c](https://github.com/pengx17/logseq-dev-theme/commit/620ea7cf0580c4d9839290451908397042fa9fcb)), closes [#79](https://github.com/pengx17/logseq-dev-theme/issues/79)
7+
18
## [1.26.12](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.11...v1.26.12) (2022-07-12)
29

310

custom.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ html.is-native-iphone #left-sidebar {
213213
margin-top: 0;
214214
padding-top: 12px;
215215
padding-bottom: 12px;
216-
height: calc(100% - var(--ct-header-height));
217216
}
218217

219218
.left-sidebar-inner a.item > span {
@@ -1137,13 +1136,12 @@ a.tooltip-priority:first-of-type::before {
11371136
font-size: var(--ct-inline-code-font-size);
11381137
}
11391138

1140-
.cp__sidebar-main-content[data-is-global-graph-pages=true] {
1139+
body[data-page=graph] .cp__sidebar-main-content {
11411140
--graph-height: calc(100vh - var(--ct-header-height));
11421141
background: var(--ls-primary-background-color);
11431142
max-height: var(--graph-height);
1144-
margin: -1rem;
11451143
}
1146-
.cp__sidebar-main-content[data-is-global-graph-pages=true] > div {
1144+
body[data-page=graph] .cp__sidebar-main-content > div {
11471145
padding: 0;
11481146
}
11491147

no_bullet_threading.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ html.is-native-iphone #left-sidebar {
213213
margin-top: 0;
214214
padding-top: 12px;
215215
padding-bottom: 12px;
216-
height: calc(100% - var(--ct-header-height));
217216
}
218217

219218
.left-sidebar-inner a.item > span {
@@ -994,13 +993,12 @@ a.tooltip-priority:first-of-type::before {
994993
font-size: var(--ct-inline-code-font-size);
995994
}
996995

997-
.cp__sidebar-main-content[data-is-global-graph-pages=true] {
996+
body[data-page=graph] .cp__sidebar-main-content {
998997
--graph-height: calc(100vh - var(--ct-header-height));
999998
background: var(--ls-primary-background-color);
1000999
max-height: var(--graph-height);
1001-
margin: -1rem;
10021000
}
1003-
.cp__sidebar-main-content[data-is-global-graph-pages=true] > div {
1001+
body[data-page=graph] .cp__sidebar-main-content > div {
10041002
padding: 0;
10051003
}
10061004

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

0 commit comments

Comments
 (0)