mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
space between mobilemultiselect toolbar
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<template v-slot:visitor>
|
||||
<ToolbarButton
|
||||
@click.native="$downloadSelection()"
|
||||
class="action-btn"
|
||||
class="mr-4"
|
||||
source="download"
|
||||
:action="$t('actions.download')"
|
||||
/>
|
||||
@@ -63,21 +63,20 @@
|
||||
<template v-slot:editor>
|
||||
<ToolbarButton
|
||||
@click.native="$moveFileOrFolder(clipboard)"
|
||||
class="action-btn"
|
||||
class="mr-4"
|
||||
source="move"
|
||||
:action="$t('actions.move')"
|
||||
:class="{ 'is-inactive': clipboard.length < 1 }"
|
||||
/>
|
||||
<ToolbarButton
|
||||
@click.native="$deleteFileOrFolder(clipboard)"
|
||||
class="action-btn"
|
||||
class="mr-4"
|
||||
source="trash"
|
||||
:class="{ 'is-inactive': clipboard.length < 1 }"
|
||||
:action="$t('actions.delete')"
|
||||
/>
|
||||
<ToolbarButton
|
||||
@click.native="$downloadSelection()"
|
||||
class="action-btn"
|
||||
source="download"
|
||||
:action="$t('actions.download')"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user