Skip to content

Commit

Permalink
mySidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
florianthiery committed Apr 9, 2024
1 parent 3653e30 commit 70f3548
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,7 @@ body {
font-family: "PT Sans", sans-serif !important;
padding-bottom: 10px;
}

#mySidenav {
width: 600px;
}
2 changes: 1 addition & 1 deletion templates/htmltemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<script src="{{startscriptpath}}"></script>
</head>

<div id="mySidenav" class="sidenav" style="overflow: auto; width: 600px">
<div id="mySidenav" class="sidenav" style="overflow: auto">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"
>&times;</a
>
Expand Down

0 comments on commit 70f3548

Please sign in to comment.