Skip to content

Commit

Permalink
chore(release): 1.26.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.12](pengx17/logseq-dev-theme@v1.26.11...v1.26.12) (2022-07-12)

### Bug Fixes

* remove block overflow fix ([8218a2f](pengx17@8218a2f))
  • Loading branch information
semantic-release-bot committed Jul 12, 2022
1 parent 8218a2f commit 8e02680
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 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.12](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.11...v1.26.12) (2022-07-12)


### Bug Fixes

* remove block overflow fix ([8218a2f](https://github.com/pengx17/logseq-dev-theme/commit/8218a2f538cb21c3e3c3a235b908f5d809604614))

## [1.26.11](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.10...v1.26.11) (2022-06-17)


Expand Down
6 changes: 0 additions & 6 deletions bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
/* Fixme: overflow? */
}

.block-content-wrapper > div:first-child {
padding: 1px;
margin: -1px;
overflow-x: auto;
}

.bullet-container {
height: 14px !important;
width: 14px !important;
Expand Down
6 changes: 0 additions & 6 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,6 @@ a.title h1.title {
/* Fixme: overflow? */
}

.block-content-wrapper > div:first-child {
padding: 1px;
margin: -1px;
overflow-x: auto;
}

.bullet-container {
height: 14px !important;
width: 14px !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.11",
"version": "1.26.12",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 8e02680

Please sign in to comment.