mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Added title to file info button on hover
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
{% if file.isFile %}
|
||||
<div class="ml-2">
|
||||
<button
|
||||
title="File Info"
|
||||
class="flex justify-center items-center rounded-full text-sm p-2 -m-1 invisible hover:bg-gray-400 hover:shadow group-hover:visible"
|
||||
v-on:click.prevent="showFileInfo('{{ file.getPathname }}')"
|
||||
>
|
||||
|
Reference in New Issue
Block a user