Skip to content

Commit a3af10d

Browse files
chore(release): 1.25.0 [skip ci]
# [1.25.0](v1.24.3...v1.25.0) (2022-04-15) ### Features * adapt mobile styles ([440961c](440961c))
1 parent 440961c commit a3af10d

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.25.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.3...v1.25.0) (2022-04-15)
2+
3+
4+
### Features
5+
6+
* adapt mobile styles ([440961c](https://github.com/pengx17/logseq-dev-theme/commit/440961cc568dc06513d383515784f58cf4216498))
7+
18
## [1.24.3](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.2...v1.24.3) (2022-04-01)
29

310

custom.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ i {
247247
--ct-heading-font-size: 25px;
248248
--ct-heading-font-weight: 700;
249249
--ct-heading-font-style: normal;
250-
--ct-header-height: 42px;
250+
--ct-header-height: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding));
251251
--ct-topbar-backdrop: blur(20px);
252252
}
253253

@@ -276,11 +276,6 @@ a.title h1.title {
276276
text-shadow: var(--ct-heading-text-shadow, none);
277277
}
278278

279-
.cp__header,
280-
.cp__right-sidebar-topbar {
281-
height: var(--ct-header-height);
282-
}
283-
284279
.cp__header::after,
285280
.cp__right-sidebar-topbar::after {
286281
left: 0;
@@ -543,6 +538,14 @@ a.title h1.title {
543538
border-bottom-style: dashed;
544539
}
545540

541+
.block-body {
542+
width: 100%;
543+
}
544+
545+
.block-body .raw_html {
546+
max-width: 100%;
547+
}
548+
546549
.block-ref .block-body {
547550
display: inline-block;
548551
}

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.3",
4+
"version": "1.25.0",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)