Skip to content

Commit

Permalink
chore(release): 1.26.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.13](v1.26.12...v1.26.13) (2022-11-07)

### Bug Fixes

* style issues ([620ea7c](620ea7c)), closes [#79](#79)
  • Loading branch information
semantic-release-bot committed Nov 7, 2022
1 parent 620ea7c commit 22ac161
Show file tree
Hide file tree
Showing 4 changed files with 12 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.13](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.12...v1.26.13) (2022-11-07)


### Bug Fixes

* style issues ([620ea7c](https://github.com/pengx17/logseq-dev-theme/commit/620ea7cf0580c4d9839290451908397042fa9fcb)), closes [#79](https://github.com/pengx17/logseq-dev-theme/issues/79)

## [1.26.12](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.11...v1.26.12) (2022-07-12)


Expand Down
6 changes: 2 additions & 4 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ html.is-native-iphone #left-sidebar {
margin-top: 0;
padding-top: 12px;
padding-bottom: 12px;
height: calc(100% - var(--ct-header-height));
}

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

.cp__sidebar-main-content[data-is-global-graph-pages=true] {
body[data-page=graph] .cp__sidebar-main-content {
--graph-height: calc(100vh - var(--ct-header-height));
background: var(--ls-primary-background-color);
max-height: var(--graph-height);
margin: -1rem;
}
.cp__sidebar-main-content[data-is-global-graph-pages=true] > div {
body[data-page=graph] .cp__sidebar-main-content > div {
padding: 0;
}

Expand Down
6 changes: 2 additions & 4 deletions no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ html.is-native-iphone #left-sidebar {
margin-top: 0;
padding-top: 12px;
padding-bottom: 12px;
height: calc(100% - var(--ct-header-height));
}

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

.cp__sidebar-main-content[data-is-global-graph-pages=true] {
body[data-page=graph] .cp__sidebar-main-content {
--graph-height: calc(100vh - var(--ct-header-height));
background: var(--ls-primary-background-color);
max-height: var(--graph-height);
margin: -1rem;
}
.cp__sidebar-main-content[data-is-global-graph-pages=true] > div {
body[data-page=graph] .cp__sidebar-main-content > div {
padding: 0;
}

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.12",
"version": "1.26.13",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 22ac161

Please sign in to comment.