mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
add discs for player files list
This commit is contained in:
parent
ebd988d699
commit
88411fe0e6
@ -249,12 +249,12 @@
|
||||
</span>
|
||||
|
||||
{#if isCurrent}
|
||||
<ul class="rounded-b bg-zinc-800 p-2">
|
||||
<ul class="list-disk bg-zinc-800 p-2" style:list-style="disc">
|
||||
{#each Object.keys(session.files) as filename}
|
||||
<li
|
||||
class:text-zinc-100={$frame?.filepath === filename}
|
||||
class:font-bold={$frame?.filepath === filename}
|
||||
class="truncate text-left text-zinc-500"
|
||||
class="ml-5 text-zinc-500"
|
||||
>
|
||||
{shortPath(filename)}
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user