Skip to content

Commit 6ab4b5f

Browse files
committed
fix settings images buttons chrome
1 parent ff8edeb commit 6ab4b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/app/settings/ProfileImage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="relative overflow-hidden bg-transparent rounded-md w-full" style="padding-bottom: 70%">
55
<img v-bind:src="image.link" class="absolute object-cover w-full h-full rounded-md">
66
<div class="absolute top-0 left-0 z-20 m-5">
7-
<img src="../../../assets/dots.png" tabindex="2" @focusout="showImageSettings = false" v-on:click="showImageSettings = !showImageSettings " class="outline-none cursor-pointer h-3">
7+
<img src="../../../assets/dots.png" v-on:click="showImageSettings = !showImageSettings " class="outline-none cursor-pointer h-3">
88
<div v-if="showImageSettings" class="z-30 mt-4">
99
<h1 class="text-red-500 text-center bg-white-matcha px-4 py-2 cursor-pointer rounded-md" v-on:click="deleteImage(image.id)">Delete</h1>
1010
<h1 class="text-green-500 text-center bg-white-matcha px-4 py-2 mt-2 cursor-pointer rounded-md" v-if="!image.is_primary" v-on:click="makePrimaryImage(image.id)">Make primary</h1>

0 commit comments

Comments
 (0)