Skip to content

Commit

Permalink
Slight fix html markup
Browse files Browse the repository at this point in the history
  • Loading branch information
AmraniCh committed Aug 17, 2020
1 parent af82050 commit 6e4951d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,7 @@ <h3 class="name">FileManager</h3>
</nav>
</div>
<div class="table-section">
<div class="loader-container">
<div class="loader"></div>
<div class="overlay"></div>
</div>
<div class="loader"></div>
<table class="files-table">
<thead>
<tr>
Expand Down
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,7 @@ <h3 class="name">FileManager</h3>
<!-- Toolbar End -->
<!-- Table Start -->
<div class="table-section">
<div class="loader-container">
<div class="loader"></div>
<div class="overlay"></div>
</div>
<div class="loader"></div>
<table class="files-table">
<thead>
<tr>
Expand Down

0 comments on commit 6e4951d

Please sign in to comment.