Skip to content

Commit

Permalink
fix: folder size (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex authored Oct 25, 2023
1 parent 6b5f169 commit dd3ffdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
{/if}
<button
class="relative flex justify-between px-2.5 mt-1 rounded h-9 bg-grey-lighter {dragOver
? 'bg-grey-light'
? 'bg-grey-light w-full'
: ''} {expandFolder ? 'mb-0' : ''}"
on:mouseover={() => (hovering = true)}
on:focus={() => (hovering = true)}
Expand Down

0 comments on commit dd3ffdf

Please sign in to comment.