Skip to content

Commit

Permalink
fix: style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 7, 2022
1 parent 8e02680 commit 620ea7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/_graph.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.cp__sidebar-main-content[data-is-global-graph-pages="true"] {
body[data-page=graph] .cp__sidebar-main-content {
--graph-height: calc(100vh - var(--ct-header-height));

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

> div {
padding: 0;
Expand Down
1 change: 0 additions & 1 deletion src/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
margin-top: 0;
padding-top: 12px;
padding-bottom: 12px;
height: calc(100% - var(--ct-header-height));
}

.left-sidebar-inner a.item > span {
Expand Down

0 comments on commit 620ea7c

Please sign in to comment.