summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-09 18:25:30 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-09 18:25:30 +0900
commit5e140d9a110e9ecbd5fef24803df6394a6981259 (patch)
tree83f2705f4b0a8a8ea3e30a5d41f5f9f794ec22e4 /src
parent[Client] Fix bug (diff)
downloadmisskey-5e140d9a110e9ecbd5fef24803df6394a6981259.tar.gz
misskey-5e140d9a110e9ecbd5fef24803df6394a6981259.tar.bz2
misskey-5e140d9a110e9ecbd5fef24803df6394a6981259.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/drive-settings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/drive-settings.vue b/src/client/app/common/views/components/drive-settings.vue
index 8374472543..a173810f68 100644
--- a/src/client/app/common/views/components/drive-settings.vue
+++ b/src/client/app/common/views/components/drive-settings.vue
@@ -9,7 +9,7 @@
<section>
<header>{{ $t('stats') }}</header>
- <div ref="chart" style="margin-bottom: -16px; color: #000;"></div>
+ <div ref="chart" style="margin-bottom: -16px; margin-left: -8px; color: #000;"></div>
</section>
</ui-card>
</template>