Merge pull request #150 from FatCatClient/images-arrow-removal

Removes seemingly superfluous arrow in galleries
This commit is contained in:
mrstallion 2023-02-23 16:55:23 -08:00 committed by GitHub
commit f3d3736b12
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 v-show="((loading) && (images.length === 0))" class="alert alert-info">Loading images.</div>
<template v-if="!loading">
<div class="images-navigate-up">
<i class="fa fa-angle-up"></i>
</div>
<!-- @click="handleImageClick($event, image)" -->
<div v-for="image in images" :key="image.id" class="character-image-wrapper">