Skip to content

Commit

Permalink
fix up some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Nov 16, 2022
1 parent 357e5b0 commit 746e066
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name=viewport content='width=device-width, initial-scale=1'>
<link rel='shortcut icon' href='/favicon.ico' />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="3rd party/jstree/themes/notex-app/style.min.css" media="print" onload="this.media='all'; this.onload=null;">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" media="print" onload="this.media='all'; this.onload=null;">
<link rel="stylesheet" href="3rd party/jstree/themes/notex-app/style.min.css">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">

<script type="text/javascript" src="https://code.jquery.com/jquery-3.6.0.min.js" defer></script>
<script type="text/javascript" src="3rd party/jstree/jstree.min.js" defer></script>
Expand Down
8 changes: 4 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ a:visited {
top: 0;
position: -webkit-sticky;
position: sticky;
z-index: 990;
z-index: 990;
}

#apidocs {
Expand Down Expand Up @@ -77,7 +77,7 @@ a:visited {
}

#tree_node_selected{
z-index:-10;
z-index: -10;
}

#tree_node_selected_input{
Expand All @@ -95,8 +95,8 @@ a:visited {
}

#tree_copy_button{
top: 15;
right: 1;
top: 15px;
right: 1px;
padding: 5px;
width: 5%;
position: absolute;
Expand Down

0 comments on commit 746e066

Please sign in to comment.