mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
Fix title image link in small viewport
This commit is contained in:
parent
c58079021f
commit
6c59a7bf4f
@ -45,7 +45,7 @@
|
||||
<figure class="figure">
|
||||
<a href="{{ title.cover_url }}" class="enlarge-image"><img src="{{ title.cover_url }}" class="img-thumbnail img-fluid" id="displayed_image" width=350 /></a>
|
||||
</figure>
|
||||
|
||||
<div class="d-block pb-3">
|
||||
<a href="#" onclick="return show_image('{{ title.cover_url }}')">Front</a>
|
||||
{% if title.cover_back_url %}
|
||||
| <a href="#" onclick="return show_image('{{ title.cover_back_url }}')">Back</a>
|
||||
@ -53,6 +53,7 @@
|
||||
{% if title.disc_url %}
|
||||
| <a href="#" onclick="return show_image('{{ title.disc_url }}')">Disc</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Compatibility Details -->
|
||||
|
Loading…
Reference in New Issue
Block a user