Skip to content

Commit

Permalink
chore(release): 1.25.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.25.0](v1.24.3...v1.25.0) (2022-04-15)

### Features

* adapt mobile styles ([440961c](440961c))
  • Loading branch information
semantic-release-bot committed Apr 15, 2022
1 parent 440961c commit a3af10d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.25.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.3...v1.25.0) (2022-04-15)


### Features

* adapt mobile styles ([440961c](https://github.com/pengx17/logseq-dev-theme/commit/440961cc568dc06513d383515784f58cf4216498))

## [1.24.3](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.2...v1.24.3) (2022-04-01)


Expand Down
15 changes: 9 additions & 6 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ i {
--ct-heading-font-size: 25px;
--ct-heading-font-weight: 700;
--ct-heading-font-style: normal;
--ct-header-height: 42px;
--ct-header-height: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding));
--ct-topbar-backdrop: blur(20px);
}

Expand Down Expand Up @@ -276,11 +276,6 @@ a.title h1.title {
text-shadow: var(--ct-heading-text-shadow, none);
}

.cp__header,
.cp__right-sidebar-topbar {
height: var(--ct-header-height);
}

.cp__header::after,
.cp__right-sidebar-topbar::after {
left: 0;
Expand Down Expand Up @@ -543,6 +538,14 @@ a.title h1.title {
border-bottom-style: dashed;
}

.block-body {
width: 100%;
}

.block-body .raw_html {
max-width: 100%;
}

.block-ref .block-body {
display: inline-block;
}
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.3",
"version": "1.25.0",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit a3af10d

Please sign in to comment.