Skip to content

Commit

Permalink
chore(release): 1.23.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.23.11](v1.23.10...v1.23.11) (2022-01-11)

### Bug Fixes

* left sidebar styles ([bcf387e](bcf387e))
  • Loading branch information
semantic-release-bot committed Jan 11, 2022
1 parent bcf387e commit 1b4aa5c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.23.11](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.10...v1.23.11) (2022-01-11)


### Bug Fixes

* left sidebar styles ([bcf387e](https://github.com/pengx17/logseq-dev-theme/commit/bcf387ec62a7bb0491d6d940d03dbf118583b38b))

## [1.23.10](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.9...v1.23.10) (2022-01-11)


Expand Down
32 changes: 27 additions & 5 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,32 @@ i {
margin-top: 0.5em;
}

#left-sidebar {
height: 100%;
padding-top: var(--ct-header-height);
}

.left-sidebar-inner {
height: 100%;
}

.left-sidebar-inner > .wrap {
margin-top: 0;
padding-top: 12px;
padding-bottom: 12px;
height: calc(100% - var(--ct-header-height));
}

.left-sidebar-inner a.item > span {
transform: translateY(2px);
margin-top: 0;
}

.left-sidebar-inner .new-page {
position: absolute;
bottom: 0;
}

.left-sidebar-inner .nav-content-item {
font-size: 0.875rem;
font-weight: 500;
Expand Down Expand Up @@ -306,11 +332,7 @@ a.title h1.title {
}

#repo-name {
/* Show the last part of the repo instead */
direction: rtl;
text-align: left;
max-width: 120px;
line-height: 1.5;
max-width: 150px;
}

.cp__right-sidebar-settings a {
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.23.10",
"version": "1.23.11",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 1b4aa5c

Please sign in to comment.