Skip to content

Commit

Permalink
style: neaten this up a bit
Browse files Browse the repository at this point in the history
andylolz committed Aug 8, 2024
1 parent 4914cb0 commit e34a73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions output/about/index.md
Original file line number Diff line number Diff line change
@@ -52,9 +52,9 @@ After fetching new proposed community notes, the text of the tweets that the not
{% endif %}

<div class="progress my-2" style="max-width: 500px;" role="progressbar">
<div class="progress-bar text-bg-{% if perc_fetched == 100 %}success{% elsif perc_fetched < 50 %}danger{% else %}warning{% endif %}" style="width: {{ perc_fetched }}%">{{ perc_fetched }}% ({% include commify.html number=site.data.meta.total_fetched %} / {% include commify.html number=site.data.meta.total_tweets %})</div>
<div class="progress-bar progress-bar-striped bg-{% if perc_fetched == 100 %}success{% elsif perc_fetched < 50 %}danger{% else %}warning{% endif %}" style="width: {{ perc_fetched }}%"></div>
</div>
{{ perc_fetched }}% of tweets are currently searchable.
{{ perc_fetched }}% of tweets ({% include commify.html number=site.data.meta.total_fetched %} / {% include commify.html number=site.data.meta.total_tweets %}) are currently searchable.

<script>
const dts = document.getElementsByClassName('dt');

0 comments on commit e34a73f

Please sign in to comment.