File tree 3 files changed +17
-7
lines changed
3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.24.3] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.24.2...v1.24.3 ) (2022-04-01)
2
9
3
10
Original file line number Diff line number Diff line change 247
247
--ct-heading-font-size : 25px ;
248
248
--ct-heading-font-weight : 700 ;
249
249
--ct-heading-font-style : normal;
250
- --ct-header-height : 42 px ;
250
+ --ct-header-height : calc ( var ( --ls-headbar-height ) + var ( --ls-headbar-inner-top-padding )) ;
251
251
--ct-topbar-backdrop : blur (20px );
252
252
}
253
253
@@ -276,11 +276,6 @@ a.title h1.title {
276
276
text-shadow : var (--ct-heading-text-shadow , none);
277
277
}
278
278
279
- .cp__header ,
280
- .cp__right-sidebar-topbar {
281
- height : var (--ct-header-height );
282
- }
283
-
284
279
.cp__header ::after ,
285
280
.cp__right-sidebar-topbar ::after {
286
281
left : 0 ;
@@ -543,6 +538,14 @@ a.title h1.title {
543
538
border-bottom-style : dashed;
544
539
}
545
540
541
+ .block-body {
542
+ width : 100% ;
543
+ }
544
+
545
+ .block-body .raw_html {
546
+ max-width : 100% ;
547
+ }
548
+
546
549
.block-ref .block-body {
547
550
display : inline-block;
548
551
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logseq-dev-theme" ,
3
3
"author" : " pengx17" ,
4
- "version" : " 1.24.3 " ,
4
+ "version" : " 1.25.0 " ,
5
5
"description" : " A custom theme for dev" ,
6
6
"logseq" : {
7
7
"themes" : [
You can’t perform that action at this time.
0 commit comments