Skip to content

Commit

Permalink
css adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
secure-77 committed Jan 13, 2024
1 parent 34f7232 commit 815d697
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion perlite/.styles/perlite.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ h1, h2, h3, h4 {
padding-top: 30px;
}

.sidebar-graph h3{
.sidebar-top h3{
padding-top: 0px !important;
margin-top: 0px !important;
}
Expand Down
10 changes: 6 additions & 4 deletions perlite/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -734,14 +734,16 @@ class="svg-icon lucide-list">


<div id="outline" class="outline" style="display: none">
<h3>Content</h3>
<div class="sidebar-top">
<h3>Content</h3>
</div>

<div id="toc"></div>

</div>
<div class="sidebar-graph">
<h3>Local Graph</h3>
</div>

<h3>Graph</h3>

<div id="mynetwork"></div>
<div class="tree-item-self" aria-label-position="left"><span
class="tree-item-icon collapse-icon"><svg
Expand Down

0 comments on commit 815d697

Please sign in to comment.