Skip to content

Commit

Permalink
webapp: style older flows button
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed Feb 16, 2024
1 parent c8e25f5 commit 8352eed
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions webapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<div id="filter-tag"></div>
</div>
</div>

</div>
<div class="list-group list-group-flush overflow-x-none overflow-y-scroll h-100">
<div class="d-flex justify-content-center" id="flow-list-loading-indicator">
Expand All @@ -87,9 +86,12 @@
</div>
</div>
<div id="flow-list"></div>
<div class="d-flex justify-content-center d-none mx-2 mt-2 mb-4" id="flow-list-show-older">
<a class="btn btn-secondary" href="#">See previous flows</a>
</div>
<a class="list-group-item list-group-item-action py-1 px-2 lh-sm border-0 border-bottom text-center mb-4 d-none" id="flow-list-show-older" href="#">
<svg class="bi me-2" width="16" height="16">
<use xlink:href="#clock" />
</svg>
See older flows
</a>
</div>
</nav>

Expand Down

0 comments on commit 8352eed

Please sign in to comment.