Merge pull request #29891 from nextcloud/enh/profile-status-margin

Adjust margin of user status on profile
pull/29893/head
blizzz 2021-11-25 17:27:16 +07:00 committed by GitHub
commit 69656f3811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -380,7 +380,7 @@ $content-max-width: 640px;
width: max-content; width: max-content;
max-width: $content-max-width; max-width: $content-max-width;
padding: 5px 10px; padding: 5px 10px;
margin-left: -14px; margin-left: -12px;
margin-top: 2px; margin-top: 2px;
&.interactive { &.interactive {