]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.scss
Update translations
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.scss
index 12170e3712b9270972691db5910ada0f294d66c9..40c6b649368c9136c30e54efe9aad5487a28ca06 100644 (file)
   }
 }
 
+.margin-content {
+  // margin-content is required, but child views have their own margins
+  // that match views outside the scope of accounts, so we only align
+  // them with the margins of .sub-menu when required.
+  margin: 0;
+}
+
 .right-buttons {
   display: flex;
   height: max-content;
@@ -82,6 +89,10 @@ my-user-moderation-dropdown,
           text-align: center;
         }
       }
+
+      .right-buttons {
+        margin-left: 0;
+      }
     }
   }
 }