summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-10 20:32:57 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-10 20:32:57 +0900
commitb5d38adfccb977318b83a2ebe5e0764eef6768d8 (patch)
treeec722d7d5fea395b788fd496a191f1d3d7cc0595 /src/client
parentFix #5902 (diff)
downloadsharkey-b5d38adfccb977318b83a2ebe5e0764eef6768d8.tar.gz
sharkey-b5d38adfccb977318b83a2ebe5e0764eef6768d8.tar.bz2
sharkey-b5d38adfccb977318b83a2ebe5e0764eef6768d8.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app.vue b/src/client/app.vue
index bdf8602922..32283bd20c 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -838,7 +838,8 @@ export default Vue.extend({
padding: 8px 0;
> .divider {
- margin: 8px 0;
+ margin: 8px auto;
+ width: calc(100% - 32px);
}
}