summaryrefslogtreecommitdiff
path: root/templates/partials/avatars.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/avatars.html')
-rw-r--r--templates/partials/avatars.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/partials/avatars.html b/templates/partials/avatars.html
index a6f84ff..4a5c05f 100644
--- a/templates/partials/avatars.html
+++ b/templates/partials/avatars.html
@@ -1,5 +1,5 @@
<div class="swiper h-full">
- <div class="swiper-wrapper">
+ <div class="swiper-wrapper select-none">
{% for url in avatar_urls %}
<img src="{{url}}" alt="" class="swiper-slide"/>
{% endfor %}