Skip to content

Commit

Permalink
Fixed pause button on waterfall (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Nov 7, 2023
1 parent a5d3262 commit 114fab7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/TagzApp.Web/Pages/Waterfall.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

</div>

<div id="pauseUpdates">
<i id="pauseButton" class="bi bi-pause-circle-fill text-info"></i>
<i id="pauseButton-bg" class="bi bi-circle-fill"></i>
</div>

<div id="taggedContent" class="">

@* <div class=" d-flex justify-content-center" style="width:100%;">
Expand All @@ -26,11 +31,6 @@
</div>
*@

<div id="pauseUpdates">
<i id="pauseButton" class="bi bi-pause-circle-fill text-info"></i>
<i id="pauseButton-bg" class="bi bi-circle-fill"></i>
</div>

</div>


Expand Down

0 comments on commit 114fab7

Please sign in to comment.