зеркало из https://github.com/mozilla/CSOL-site.git
Merge pull request #490 from paulsmith/issue-489-playlist-btn-hidden
Fix playlist button being hidden by badges in FF
This commit is contained in:
Коммит
01aae17def
|
@ -19,10 +19,10 @@ doesn't have a URL #}
|
|||
{% endmacro %}
|
||||
|
||||
<figure class="thumbnail">
|
||||
<div class="playlist-bar pull-right">
|
||||
{% if not playlisted %}
|
||||
{% include "includes/add-to-playlist-btn.html" %}
|
||||
{% endif %}
|
||||
<div class="playlist-bar text-right">
|
||||
{% if not playlisted %}
|
||||
{% include "includes/add-to-playlist-btn.html" %}
|
||||
{% endif %}
|
||||
</div>
|
||||
<a href="{{ itemUrl(url, item) }}"><img src="{{ item.image }}"></a>
|
||||
<figcaption class="caption">
|
||||
|
|
Загрузка…
Ссылка в новой задаче