feat: show full file name on hover (title)

This commit is contained in:
JovannMC 2025-05-28 23:46:00 +03:00
parent 0ef38fa9db
commit 4062abd286
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@
{:else}
<h2
class="text-xl font-body overflow-hidden text-ellipsis whitespace-nowrap"
title={file.name}
>
{file.name}
</h2>