mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 11:02:11 +03:00
update the path tooltip place
This commit is contained in:
parent
a3f6485f67
commit
7d866e0912
@ -1,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import FileStatusBadge from './FileStatusBadge.svelte';
|
||||
import Button from '$lib/Button.svelte';
|
||||
import Checkbox from '$lib/Checkbox.svelte';
|
||||
import Icon from '$lib/Icon.svelte';
|
||||
import Tooltip from '$lib/Tooltip.svelte';
|
||||
@ -95,14 +96,14 @@
|
||||
{fileInfo.filename}
|
||||
</span>
|
||||
|
||||
<Tooltip text={filePath} delay={1500}>
|
||||
<div class="path-container">
|
||||
<Tooltip text={filePath} delay={1200}>
|
||||
<span class="text-12 path truncate">
|
||||
{fileInfo.path}
|
||||
</span>
|
||||
</div>
|
||||
</Tooltip>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="details">
|
||||
{#if locked}
|
||||
|
Loading…
Reference in New Issue
Block a user