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.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/partials/avatars.html b/templates/partials/avatars.html
index fd2c247..a6f84ff 100644
--- a/templates/partials/avatars.html
+++ b/templates/partials/avatars.html
@@ -1,5 +1,4 @@
-<div class="flex justify-around">
- <div class="swiper">
+ <div class="swiper h-full">
<div class="swiper-wrapper">
{% for url in avatar_urls %}
<img src="{{url}}" alt="" class="swiper-slide"/>
@@ -9,7 +8,6 @@
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
-</div>
<script>
const swiper = new Swiper(".swiper", {
@@ -22,8 +20,3 @@
},
});
</script>
-<style>
- .swiper {
- width: 30%;
- }
-</style>