File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
frontend/src/components/app/settings Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments