]> cat aescling's git repositories - mastodon.git/commitdiff
Fix padding on account header (#14179)
authortrwnh <a@trwnh.com>
Mon, 29 Jun 2020 11:57:44 +0000 (06:57 -0500)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 11:57:44 +0000 (13:57 +0200)
app/javascript/styles/mastodon/components.scss

index 7a22aeb04a26c0d70fb82f92941500338d2a59e0..e22f712614debd73560f99355eae147f39f823ad 100644 (file)
@@ -6497,7 +6497,7 @@ noscript {
   &__tabs {
     display: flex;
     align-items: flex-start;
-    padding: 7px 5px;
+    padding: 7px 10px;
     margin-top: -55px;
 
     &__buttons {
@@ -6519,7 +6519,7 @@ noscript {
     }
 
     &__name {
-      padding: 5px;
+      padding: 5px 10px;
 
       .account-role {
         vertical-align: top;