File tree 4 files changed +12
-9
lines changed
4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.26.13] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.12...v1.26.13 ) (2022-11-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * style issues ([ 620ea7c] ( https://github.com/pengx17/logseq-dev-theme/commit/620ea7cf0580c4d9839290451908397042fa9fcb ) ), closes [ #79 ] ( https://github.com/pengx17/logseq-dev-theme/issues/79 )
7
+
1
8
## [ 1.26.12] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.11...v1.26.12 ) (2022-07-12)
2
9
3
10
Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ html.is-native-iphone #left-sidebar {
213
213
margin-top : 0 ;
214
214
padding-top : 12px ;
215
215
padding-bottom : 12px ;
216
- height : calc (100% - var (--ct-header-height ));
217
216
}
218
217
219
218
.left-sidebar-inner a .item > span {
@@ -1137,13 +1136,12 @@ a.tooltip-priority:first-of-type::before {
1137
1136
font-size : var (--ct-inline-code-font-size );
1138
1137
}
1139
1138
1140
- .cp__sidebar-main-content [ data-is-global-graph-pages = true ] {
1139
+ body [ data-page = graph ] .cp__sidebar-main-content {
1141
1140
--graph-height : calc (100vh - var (--ct-header-height ));
1142
1141
background : var (--ls-primary-background-color );
1143
1142
max-height : var (--graph-height );
1144
- margin : -1rem ;
1145
1143
}
1146
- .cp__sidebar-main-content [ data-is-global-graph-pages = true ] > div {
1144
+ body [ data-page = graph ] .cp__sidebar-main-content > div {
1147
1145
padding : 0 ;
1148
1146
}
1149
1147
Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ html.is-native-iphone #left-sidebar {
213
213
margin-top : 0 ;
214
214
padding-top : 12px ;
215
215
padding-bottom : 12px ;
216
- height : calc (100% - var (--ct-header-height ));
217
216
}
218
217
219
218
.left-sidebar-inner a .item > span {
@@ -994,13 +993,12 @@ a.tooltip-priority:first-of-type::before {
994
993
font-size : var (--ct-inline-code-font-size );
995
994
}
996
995
997
- .cp__sidebar-main-content [ data-is-global-graph-pages = true ] {
996
+ body [ data-page = graph ] .cp__sidebar-main-content {
998
997
--graph-height : calc (100vh - var (--ct-header-height ));
999
998
background : var (--ls-primary-background-color );
1000
999
max-height : var (--graph-height );
1001
- margin : -1rem ;
1002
1000
}
1003
- .cp__sidebar-main-content [ data-is-global-graph-pages = true ] > div {
1001
+ body [ data-page = graph ] .cp__sidebar-main-content > div {
1004
1002
padding : 0 ;
1005
1003
}
1006
1004
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.26.12 " ,
4
+ "version" : " 1.26.13 " ,
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