summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
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);
}
}