summaryrefslogtreecommitdiff
path: root/src/client/pages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-11 00:36:47 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-11 00:36:47 +0900
commit816493e01ffe613ba4eca1d56a71a8cbf1099bf6 (patch)
treea7b373e319cb4d158525aa5fd37764e92407458d /src/client/pages
parentfix ui (diff)
downloadsharkey-816493e01ffe613ba4eca1d56a71a8cbf1099bf6.tar.gz
sharkey-816493e01ffe613ba4eca1d56a71a8cbf1099bf6.tar.bz2
sharkey-816493e01ffe613ba4eca1d56a71a8cbf1099bf6.zip
:art:
Diffstat (limited to 'src/client/pages')
-rw-r--r--src/client/pages/settings/import-export.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/settings/import-export.vue b/src/client/pages/settings/import-export.vue
index 64def6fdf0..2b49996dda 100644
--- a/src/client/pages/settings/import-export.vue
+++ b/src/client/pages/settings/import-export.vue
@@ -1,5 +1,5 @@
<template>
-<div>
+<div style="margin: 16px;">
<FormSection>
<template #label>{{ $ts._exportOrImport.allNotes }}</template>
<MkButton :class="$style.button" inline @click="doExport('notes')"><i class="fas fa-download"></i> {{ $ts.export }}</MkButton>