Skip to content

Commit

Permalink
fix: docs sidenav width
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 26, 2021
1 parent 54dac53 commit ea9f6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body>
<nav class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px" content_id="content" scroll="sticky-nav,hide-nav" scroll-up="10" scroll-down="10" collection="files" document_id="60395ef42b3ac232657040fd" name="src">
</nav>
<sidenav id="menuL" class="position:fixed top:0px left:0px background:whitesmoke height:100vh width:300px width:300px:hover width:0px@xs" resizable resize-target="[content_id='content']" resize-property="margin-left" resize-value="width">
<sidenav id="menuL" class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl" resizable resize-target="[content_id='content']" resize-property="margin-left" resize-value="width">
<menu collection="files" document_id="603717b07de7fb350ae9fec8" name="src"></menu>
<div resize="right"></div>
</sidenav>
Expand Down

0 comments on commit ea9f6f6

Please sign in to comment.