Skip to content

Commit

Permalink
chore(release): 1.24.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.24.1](v1.24.0...v1.24.1) (2022-03-17)

### Bug Fixes

* adjust code block margin ([bce6ea1](bce6ea1))
  • Loading branch information
semantic-release-bot committed Mar 17, 2022
1 parent bce6ea1 commit 2170857
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.24.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.0...v1.24.1) (2022-03-17)


### Bug Fixes

* adjust code block margin ([bce6ea1](https://github.com/pengx17/logseq-dev-theme/commit/bce6ea147324a244742cf97b5f06c3766e42a8cd))

# [1.24.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.16...v1.24.0) (2022-02-23)


Expand Down
8 changes: 6 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ progress::-webkit-progress-value {
background: var(--color-level-4) !important;
}

.extensions__code > .CodeMirror {
padding-top: 0;
.extensions__code {
margin-top: 8px;
}

.extensions__code-calc {
Expand All @@ -889,6 +889,10 @@ progress::-webkit-progress-value {
border-radius: 4px;
}

.extensions__code-lang + div {
margin-top: 0 !important;
}

/* Popups */
.tippy-tooltip {
padding: 0.5em 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.24.0",
"version": "1.24.1",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 2170857

Please sign in to comment.