Skip to content

Commit 2170857

Browse files
chore(release): 1.24.1 [skip ci]
## [1.24.1](v1.24.0...v1.24.1) (2022-03-17) ### Bug Fixes * adjust code block margin ([bce6ea1](bce6ea1))
1 parent bce6ea1 commit 2170857

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.24.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.0...v1.24.1) (2022-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* adjust code block margin ([bce6ea1](https://github.com/pengx17/logseq-dev-theme/commit/bce6ea147324a244742cf97b5f06c3766e42a8cd))
7+
18
# [1.24.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.16...v1.24.0) (2022-02-23)
29

310

custom.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,8 @@ progress::-webkit-progress-value {
870870
background: var(--color-level-4) !important;
871871
}
872872

873-
.extensions__code > .CodeMirror {
874-
padding-top: 0;
873+
.extensions__code {
874+
margin-top: 8px;
875875
}
876876

877877
.extensions__code-calc {
@@ -889,6 +889,10 @@ progress::-webkit-progress-value {
889889
border-radius: 4px;
890890
}
891891

892+
.extensions__code-lang + div {
893+
margin-top: 0 !important;
894+
}
895+
892896
/* Popups */
893897
.tippy-tooltip {
894898
padding: 0.5em 0;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.24.0",
4+
"version": "1.24.1",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)