mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 01:54:13 +00:00
remove opacity style from sensitive content
This commit is contained in:
parent
99eb0ddcb2
commit
4cafc51b67
@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% if torrents %}
|
{% if torrents %}
|
||||||
{% for torrent in torrents %}
|
{% for torrent in torrents %}
|
||||||
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night{% if torrent.sensitive == true or torrent.approved == false %} opacity-06{% endif %}">
|
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
||||||
<a name="{{ torrent.id }}"></a>
|
<a name="{{ torrent.id }}"></a>
|
||||||
<div class="margin-b-16-px">
|
<div class="margin-b-16-px">
|
||||||
<h2>
|
<h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user