]> cat aescling's git repositories - mastodon.git/commitdiff
Fix margins on profile metadata in single column mode (#10961)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 4 Jun 2019 21:11:57 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 21:11:57 +0000 (23:11 +0200)
app/javascript/styles/mastodon/components.scss

index 569ccd33d77a73e1f76655f9ddef6adb96fe5f40..acb349a7c10dd3008eec9056a4366e9520efb11d 100644 (file)
@@ -2071,6 +2071,10 @@ a.account__display-name {
 
     .account {
       padding: 15px 10px;
+
+      &__header__bio {
+        margin: 0 -10px;
+      }
     }
 
     .notification {