]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/account/actor-avatar-info.component.scss
Avatar info component optimizations
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / account / actor-avatar-info.component.scss
index 5a66ecfd2246f44e6a56bbb212197601ba388bbf..57c298508ba5fe8e3b0300b12f1c4a94a10a9c6f 100644 (file)
@@ -17,6 +17,7 @@
     .actor-img-edit-button {
       @include peertube-button-file(21px);
       @include button-with-icon(19px);
+      @include orange-button;
     
       margin-top: 10px;
       margin-bottom: 5px;
     }
   }
 }
+
+.actor-img-edit-container ::ng-deep .popover-avatar-info .popover-body {
+  padding: 0;
+
+  .dropdown-item {
+    padding: 6px 10px;
+    border-radius: 4px;
+
+    &:first-child {
+      @include peertube-file;
+      display: block;
+    }
+  }
+}