Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjiurine committed Nov 28, 2023
1 parent 9d8a69d commit 5392fdf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 0 additions & 8 deletions static/css/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
@charset "UTF-8";
input {
width: 300px;
height: 30px;
border-radius: 20px;
border: none;
outline: none;
text-indent: 1em;
}
#list tbody td,
#path {
font-family: "Fira Code Retina", "Fira Code", "Fira Mono", "JetBrains Mono", "Source Code Pro", "Consolas", "Menlo", "Monaco", "monospace", "NotoSansSC-Regular";
Expand Down
10 changes: 10 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ <h3><i class="fa-solid fa-cube"></i> Index of Mongodb storage array</h3>
</div>
<div id="search-container" style="text-align: right">
<input type="text" id="searchInput" class="bg-transparent" oninput="searchFiles()" placeholder="Search" />
<style>
input {
width: 300px;
height: 30px;
border-radius: 20px;
border: none;
outline: none;
text-indent: 1em;
}
</style>
</div>
</div>
<div id="list-container"></div>
Expand Down

0 comments on commit 5392fdf

Please sign in to comment.