Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2021-11-25 04:37:54 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2021-11-25 07:45:40 +0300
commita3bf35f2777a1da5f4f39f0a8be2df398b88a76c (patch)
treef670dcc4742d0d283fddf1602ab9a3f33583b34f /core/src
parent2d19e2cfb534a287cc3e01a778ac2b0c636a7d9e (diff)
Adjust margin of status on profile
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/Profile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/views/Profile.vue b/core/src/views/Profile.vue
index 2d85f34231e..e1224dd212c 100644
--- a/core/src/views/Profile.vue
+++ b/core/src/views/Profile.vue
@@ -380,7 +380,7 @@ $content-max-width: 640px;
width: max-content;
max-width: $content-max-width;
padding: 5px 10px;
- margin-left: -14px;
+ margin-left: -12px;
margin-top: 2px;
&.interactive {