This commit is contained in:
David Wu
2017-12-20 01:31:43 +01:00
parent 6c135ceea2
commit c78efc890a

View File

@ -48,10 +48,10 @@
</h1> </h1>
<label for="doc-drawer-checkbox" class="button drawer-toggle" style="position: absolute; right: 0; top: 0;"></label> <label for="doc-drawer-checkbox" class="button drawer-toggle" style="position: absolute; right: 0; top: 0;"></label>
</header> </header>
<input type="text" id="searchInput" onkeyup="search()" placeholder="Search for snippet..">
<div class="row" style="height: calc(100vh - 5.875rem);overflow: hidden;"> <div class="row" style="height: calc(100vh - 5.875rem);overflow: hidden;">
<input id="doc-drawer-checkbox" class="drawer" value="on" type="checkbox"> <input id="doc-drawer-checkbox" class="drawer" value="on" type="checkbox">
<nav id="snippetListDrawer" class="col-md-4 col-lg-3" style="border-top: 0"> <nav id="snippetListDrawer" class="col-md-4 col-lg-3" style="border-top: 0">
<input type="text" id="searchInput" onkeyup="search()" placeholder="Search for snippet..">
<label for="doc-drawer-checkbox" class="button drawer-close"></label> <label for="doc-drawer-checkbox" class="button drawer-close"></label>
<!-- <div><input style="width: 100%; margin: 0px;" placeholder="Search..." id="search-bar" oninput="search()" type="search"></div> --> <!-- <div><input style="width: 100%; margin: 0px;" placeholder="Search..." id="search-bar" oninput="search()" type="search"></div> -->