diff --git a/sas/static/sas/css/picture.scss b/sas/static/sas/css/picture.scss
index 4ed49eea..d22a4441 100644
--- a/sas/static/sas/css/picture.scss
+++ b/sas/static/sas/css/picture.scss
@@ -48,6 +48,9 @@
height: 100%;
max-width: 100%;
object-fit: contain;
+ // Prevent ugly selection when
+ // clicking to change the image
+ user-select: none;
}
}
}
diff --git a/sas/templates/sas/picture.jinja b/sas/templates/sas/picture.jinja
index 3e378b4c..ebc7a53c 100644
--- a/sas/templates/sas/picture.jinja
+++ b/sas/templates/sas/picture.jinja
@@ -82,7 +82,11 @@
-
+
$event.target.getBoundingClientRect().width / 2) ? nextPicture : previousPicture) ?? currentPicture"
+ >
{% trans %}Infos{% endtrans %}
-
+
{% trans %}Date: {% endtrans %}
-
+