]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/overview/comments/video-comment-list.component.scss
Add refresh button to comments list
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / comments / video-comment-list.component.scss
index 3cf7b8db669b2c83063a753fae6dc0112e32469d..d7eb02142f3c9e497cd6f2bfe768f8cee7a9dc4e 100644 (file)
@@ -45,6 +45,14 @@ my-global-icon {
   }
 }
 
+.right-form {
+  display: flex;
+
+  > *:not(:last-child) {
+    @include margin-right(10px);
+  }
+}
+
 @media screen and (max-width: $primeng-breakpoint) {
   .video {
     align-items: flex-start !important;