Skip to content

Commit

Permalink
chore(release): 1.14.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.5](v1.14.4...v1.14.5) (2021-07-27)

### Bug Fixes

* adjust some positions ([a3ac1cb](a3ac1cb))
  • Loading branch information
semantic-release-bot committed Jul 27, 2021
1 parent a3ac1cb commit dd6c854
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.14.5](https://github.com/pengx17/logseq-dev-theme/compare/v1.14.4...v1.14.5) (2021-07-27)


### Bug Fixes

* adjust some positions ([a3ac1cb](https://github.com/pengx17/logseq-dev-theme/commit/a3ac1cbd28cba14132be00f94fca6484d9231ead))

## [1.14.4](https://github.com/pengx17/logseq-dev-theme/compare/v1.14.3...v1.14.4) (2021-07-27)


Expand Down
7 changes: 4 additions & 3 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
src: url("https://cdn.jsdelivr.net/gh/adobe-fonts/source-han-sans@release/Variable/WOFF2/OTF/Subset/SourceHanSansCN-VF.otf.woff2");
}
:root {
--ct-text-size: 15px;
--ct-text-size: 16px;
--ct-line-height: 1.6;
--ls-font-family: "Source Sans 3 VF", "Source Han Sans VF", ui-sans-serif,
system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Expand Down Expand Up @@ -403,7 +403,7 @@ a.title h1.title {
.bullet-container {
width: 14px;
height: 14px;
transform: translateX(-1px);
transform: translateX(-1.5px);
}

.bullet-container .bullet {
Expand Down Expand Up @@ -464,6 +464,7 @@ a:hover > .bullet-container .bullet {
* Editing block threading
*************************/
.ls-block > div > div.items-center {
height: 26px !important;
position: relative;
}

Expand Down Expand Up @@ -537,7 +538,7 @@ div.items-center::after,
content: "";
top: 1em;
bottom: 0;
left: -17px;
left: -16px;
position: absolute;
border-left: 2px solid transparent;
}
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.14.4",
"version": "1.14.5",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit dd6c854

Please sign in to comment.