mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 05:34:53 +08:00
Improve image preview positioning [SCI-11104]
This commit is contained in:
parent
b9540cafb2
commit
92da33ec22
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div @mouseenter="openPreview" @mouseleave="hidePreview">
|
||||
<a class="hover:no-underline flex items-center gap-1"
|
||||
<div class="flex gap-4">
|
||||
<a @mouseenter="openPreview" @mouseleave="hidePreview" class="hover:no-underline cursor-pointer flex items-center gap-1"
|
||||
:title="params.data.name"
|
||||
:href="params.data.urls.show">
|
||||
<i v-if="params.data.shared || params.data.ishared" class="fas fa-users"></i>
|
||||
|
|
Loading…
Reference in a new issue