Skip to content

Commit 620ea7c

Browse files
committed
fix: style issues
fix #79 and logseq/logseq#7228
1 parent 8e02680 commit 620ea7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/_graph.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
.cp__sidebar-main-content[data-is-global-graph-pages="true"] {
1+
body[data-page=graph] .cp__sidebar-main-content {
22
--graph-height: calc(100vh - var(--ct-header-height));
33

44
background: var(--ls-primary-background-color);
55
max-height: var(--graph-height);
6-
margin: -1rem;
76

87
> div {
98
padding: 0;

src/_views.scss

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
margin-top: 0;
100100
padding-top: 12px;
101101
padding-bottom: 12px;
102-
height: calc(100% - var(--ct-header-height));
103102
}
104103

105104
.left-sidebar-inner a.item > span {

0 commit comments

Comments
 (0)