Removes seemingly superfluous arrow in galleries

This commit is contained in:
FatCatClient 2023-02-20 19:09:55 +01:00 committed by GitHub
parent 076ec9ef52
commit e1f0b68fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
<div class="character-images"> <div class="character-images">
<div v-show="((loading) && (images.length === 0))" class="alert alert-info">Loading images.</div> <div v-show="((loading) && (images.length === 0))" class="alert alert-info">Loading images.</div>
<template v-if="!loading"> <template v-if="!loading">
<div class="images-navigate-up">
<i class="fa fa-angle-up"></i>
</div>
<!-- @click="handleImageClick($event, image)" --> <!-- @click="handleImageClick($event, image)" -->
<div v-for="image in images" :key="image.id" class="character-image-wrapper"> <div v-for="image in images" :key="image.id" class="character-image-wrapper">