Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyu-yang committed Nov 23, 2022
2 parents caf944a + 22ac161 commit 7f40718
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 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 @@ -1195,13 +1194,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 @@ -1052,13 +1051,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
3 changes: 1 addition & 2 deletions src/_graph.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.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;

> div {
padding: 0;
Expand Down
1 change: 0 additions & 1 deletion src/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
margin-top: 0;
padding-top: 12px;
padding-bottom: 12px;
height: calc(100% - var(--ct-header-height));
}

.left-sidebar-inner a.item > span {
Expand Down

0 comments on commit 7f40718

Please sign in to comment.