]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.scss
Fix bad date display for jobs
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.scss
index 5043b98c40a192b0a563d11f289bca9d8d8ca603..e5f86e61ec71be35a673515de1b9b8e43c955891 100644 (file)
@@ -37,7 +37,13 @@ my-user-moderation-dropdown {
 }
 
 .copy-button {
+  @include margin-left(3px);
+
   border: 0;
+
+  my-global-icon {
+    width: 15px;
+  }
 }
 
 .account-info {
@@ -93,6 +99,10 @@ my-user-moderation-dropdown {
   }
 }
 
+.pt-badge {
+  @include margin-right(5px);
+}
+
 @media screen and (max-width: $small-view) {
   .root {
     --myGlobalTopPadding: 45px;