Skip to content

Commit

Permalink
chore(release): 1.26.17 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.17](pengx17/logseq-dev-theme@v1.26.16...v1.26.17) (2023-05-13)

### Bug Fixes

* fix block fold button on mobile ([6b5a150](pengx17@6b5a150))
  • Loading branch information
semantic-release-bot committed May 13, 2023
1 parent 8ae8551 commit 503d4c1
Show file tree
Hide file tree
Showing 5 changed files with 16 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.17](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.16...v1.26.17) (2023-05-13)


### Bug Fixes

* fix block fold button on mobile ([6b5a150](https://github.com/pengx17/logseq-dev-theme/commit/6b5a1503e15a98f20fc4c74b7916139e34c23ff8))

## [1.26.16](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.15...v1.26.16) (2023-02-18)


Expand Down
6 changes: 3 additions & 3 deletions bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
background-color: var(--ls-block-bullet-active-color);
box-shadow: 0 0 0 1px var(--ls-block-bullet-active-color);
}
.ls-block div.items-center {
.ls-block div.block-control-wrap {
position: relative;
height: 26px !important;
}
Expand All @@ -80,7 +80,7 @@
pointer-events: none;
content: "";
left: calc(var(--ls-block-bullet-threading-width) * -1);
right: 6px;
right: 20px;
top: calc(-50% + var(--ls-block-bullet-threading-width) * 0.5 - 1px);
bottom: 50%;
/* shift left 1px for border */
Expand Down Expand Up @@ -112,7 +112,7 @@
content: "";
top: 12px;
bottom: 0;
left: -15px;
left: -21px;
position: absolute;
border-left: var(--ls-block-bullet-threading-width) solid transparent;
}
Expand Down
8 changes: 4 additions & 4 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ a.title h1.title {
background-color: var(--ls-block-bullet-active-color);
box-shadow: 0 0 0 1px var(--ls-block-bullet-active-color);
}
.ls-block div.items-center {
.ls-block div.block-control-wrap {
position: relative;
height: 26px !important;
}
Expand All @@ -450,7 +450,7 @@ a.title h1.title {
pointer-events: none;
content: "";
left: calc(var(--ls-block-bullet-threading-width) * -1);
right: 6px;
right: 20px;
top: calc(-50% + var(--ls-block-bullet-threading-width) * 0.5 - 1px);
bottom: 50%;
/* shift left 1px for border */
Expand Down Expand Up @@ -482,7 +482,7 @@ a.title h1.title {
content: "";
top: 12px;
bottom: 0;
left: -15px;
left: -21px;
position: absolute;
border-left: var(--ls-block-bullet-threading-width) solid transparent;
}
Expand Down Expand Up @@ -597,7 +597,7 @@ a:hover > .bullet-container .bullet {
margin-left: 0 !important;
}

.ls-block div.items-center {
.ls-block div.block-control-wrap {
position: relative;
height: 26px !important;
}
Expand Down
2 changes: 1 addition & 1 deletion no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ a:hover > .bullet-container .bullet {
margin-left: 0 !important;
}

.ls-block div.items-center {
.ls-block div.block-control-wrap {
position: relative;
height: 26px !important;
}
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.16",
"version": "1.26.17",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 503d4c1

Please sign in to comment.