File tree 3 files changed +18
-6
lines changed 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.25.1] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.25.0...v1.25.1 ) (2022-04-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * header paddings ([ c61d414] ( https://github.com/pengx17/logseq-dev-theme/commit/c61d414c707b32f25ce69b8280d4b58f8f23a039 ) )
7
+
1
8
# [ 1.25.0] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.24.3...v1.25.0 ) (2022-04-15)
2
9
3
10
Original file line number Diff line number Diff line change 59
59
font-size : 14px ;
60
60
}
61
61
62
- # main-content-container {
63
- padding : 0 ;
64
- }
65
-
66
62
.cp__sidebar-main-content > div {
67
63
padding : 1px 1em 1em 1em !important ;
68
64
border : none;
77
73
padding : 0 1rem ;
78
74
}
79
75
}
76
+ /* Fix iphone issues */
77
+ html .is-native-iphone # left-sidebar {
78
+ top : 0 !important ;
79
+ }
80
+
80
81
@supports (-webkit-backdrop-filter : blur (20px )) or (backdrop-filter : blur (20px )) {
81
82
.cp__header ,
82
83
.cp__right-sidebar-topbar ,
116
117
}
117
118
118
119
# main-content-container {
119
- padding-top : var (--ct-header-height );
120
+ padding-top : var (--ct-header-height ) !important ;
120
121
}
121
122
122
123
.page {
@@ -903,6 +904,10 @@ progress::-webkit-progress-value {
903
904
margin-top : 0 !important ;
904
905
}
905
906
907
+ .link_preview__root {
908
+ max-width : 100% ;
909
+ }
910
+
906
911
/* Popups */
907
912
.tippy-tooltip {
908
913
padding : 0.5em 0 ;
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.25.0 " ,
4
+ "version" : " 1.25.1 " ,
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