]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-miniature/abstract-video-list.scss
only count comments from people other than the video author
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / abstract-video-list.scss
index 9077e2f75f59a797326d7954eaf99683c9e022a1..2eaf0dc7096e5779d820bdabd9abc0e2011dd0f1 100644 (file)
@@ -5,16 +5,16 @@
 
 $iconSize: 16px;
 
+::ng-deep .title-page.title-page-single {
+  display: flex;
+  flex-grow: 1;
+}
+
 .videos-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
 
-  .title-page.title-page-single {
-    display: flex;
-    flex-grow: 1;
-  }
-
   .action-block {
     ::ng-deep my-feed {
       my-global-icon {
@@ -30,8 +30,11 @@ $iconSize: 16px;
   }
 
   .moderation-block {
-    div {
-      @include button-with-icon($iconSize, 3px, -2px);
+
+    my-global-icon {
+      position: relative;
+      width: $iconSize;
+      top: -2px;
     }
 
     margin-left: .4rem;