diff options
author | Christopher Ng <chrng8@gmail.com> | 2021-11-25 01:37:54 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-11-25 04:45:40 +0000 |
commit | a3bf35f2777a1da5f4f39f0a8be2df398b88a76c (patch) | |
tree | f670dcc4742d0d283fddf1602ab9a3f33583b34f /core/src | |
parent | 2d19e2cfb534a287cc3e01a778ac2b0c636a7d9e (diff) | |
download | nextcloud-server-a3bf35f2777a1da5f4f39f0a8be2df398b88a76c.tar.gz nextcloud-server-a3bf35f2777a1da5f4f39f0a8be2df398b88a76c.zip |
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.vue | 2 |
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 { |