]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.scss
Use grid to organise settings in admin, my-account
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.scss
index 273e5c43a2665f02aec439b819e6f9150e1d0d2a..96484c9d3d8ab5b45ad42e3cd0268499860c4a45 100644 (file)
@@ -3,6 +3,25 @@
 
 .sub-menu {
   @include sub-menu-with-actor;
+
+  .actor {
+    width: 100%;
+  }
+}
+
+.right-buttons {
+  display: flex;
+  height: max-content;
+  margin-left: auto;
+  margin-top: 20px;
+
+  a {
+    @include peertube-button-outline;
+  }
+
+  my-subscribe-button {
+    min-height: 30px;
+  }
 }
 
 my-user-moderation-dropdown,