Avoid showcase-guy to point his finger at nothing (#901)

That occured on some screen sizes.
This commit is contained in:
JocelynDelalande 2021-10-30 17:36:42 +02:00 committed by GitHub
parent 5ab12f41bd
commit 18aebb618f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View file

@ -6,7 +6,10 @@ This document describes changes between each past release.
5.1.2 (unreleased)
==================
- Nothing changed yet.
Changed
-------
- Minor presentation fixes (901)
5.1.1 (2021-10-26)

View file

@ -69,6 +69,11 @@ body {
width: 55px;
}
#header .side-to-side {
/* avoid the man with his hand pointing at nothing */
white-space: nowrap;
}
#header .shareimg {
width: 80px;
margin-left: 5px;

View file

@ -10,8 +10,11 @@
</a>
{% endif %}
{% if g.lang == 'fr' %}
ou <a class="showcase btn" onclick="javascript:showGallery(); return false;">Voir la BD explicative</a>
<img class="showcaseimg" src="{{ url_for("static", filename='images/indicate.svg') }}" />
ou
<span class="side-to-side">
<a class="showcase btn" onclick="javascript:showGallery(); return false;">Voir la BD explicative</a>
<img class="showcaseimg" src="{{ url_for("static", filename='images/indicate.svg') }}" />
</span>
{% endif %}
</div>
<div class="col-xs-12 col-sm-4">