]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.scss
Add nth abuse count for a given video, add reporter/reportee reports stats
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / moderation / video-abuse-list / video-abuse-list.component.scss
index 9b60c39dc08c87556514f266c663909b91870ea5..b5dc53b3a4d7e4bc6e2f7174ca5d14a015c00b3d 100644 (file)
@@ -9,6 +9,15 @@
   }
 }
 
+.video-abuse-date-updated {
+  font-size: 90%;
+  margin-top: .1rem;
+}
+
+.video-abuse-links {
+  @include disable-default-a-behaviour;
+}
+
 .video-abuse-video-link {
   @include disable-outline;
   position: relative;
@@ -32,6 +41,7 @@
     display: inline-flex;
     justify-content: center;
     align-items: center;
+    position: relative;
 
     img {
       height: 100%;
     span {
       color: var(--inputPlaceholderColor);
     }
+
+    .video-abuse-video-image-label {
+      @include static-thumbnail-overlay;
+      position: absolute;
+      border-radius: 3px;
+      font-size: 10px;
+      padding: 0 3px;
+      line-height: 1.3;
+      bottom: 2px;
+      right: 2px;
+    }
   }
 
   .video-abuse-video-text {