mirror of https://gitlab.com/brutaldon/brutaldon
Emphasize boosted/favorited flags in text or fullbrutalism
This commit is contained in:
parent
c8b0dc66c2
commit
f3d3d7005b
|
@ -94,7 +94,7 @@
|
|||
<span class="icon is-small">
|
||||
{% if toot.reblogged %}
|
||||
<span class="fa fa-retweet has-text-warning">
|
||||
<span class="is-invisible" >Boosted</span>
|
||||
<strong class="is-invisible" >Boosted</strong>
|
||||
{% else %}
|
||||
<span class="fa fa-retweet" >
|
||||
<span class="is-invisible" >Boost</span>
|
||||
|
@ -107,7 +107,7 @@
|
|||
<span class="icon is-small">
|
||||
{% if toot.favourited %}
|
||||
<span class="fa fa-heart has-text-warning">
|
||||
<span class="is-invisible" >Favorited</span>
|
||||
<strong class="is-invisible" >Favorited</strong>
|
||||
{% else %}
|
||||
<span class="fa fa-heart">
|
||||
<span class="is-invisible" >Favorite</span>
|
||||
|
|
Loading…
Reference in New Issue