- dark mode fixes

- sort reloading
This commit is contained in:
Čarodej
2021-10-29 17:54:34 +02:00
parent 57506fc34f
commit 1e515ede88
5 changed files with 48 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
{{ $getCurrentLocationName() }}
</div>
<span v-if="currentFolder" @click.stop="showItemActions" class="py-0.5 px-1.5 ml-3 rounded-md bg-light-background">
<span v-if="currentFolder" @click.stop="showItemActions" class="py-0.5 px-1.5 ml-3 rounded-md dark:bg-dark-foreground bg-light-background">
<more-horizontal-icon size="14" />
</span>
</div>