Skip to content

Commit

Permalink
fix graph high
Browse files Browse the repository at this point in the history
  • Loading branch information
secure-77 committed Jan 14, 2024
1 parent f4d204c commit 011701e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perlite/.styles/perlite.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
}

/* fix graph canvas height */
#mynetwork {
#localGraph {
border: calc(0.5px + var(--divider-width)) solid var(--divider-color);
height: 30%;
height: 50%;
}

#graph_all{
Expand Down

0 comments on commit 011701e

Please sign in to comment.