]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-instance/instance-features-table.component.scss
Fix button icon margin
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-features-table.component.scss
index d8efd8cdf4aeeed5e874038ab473439fb6520ef8..56ca105f46708c538525cba41b86123c974ba62e 100644 (file)
@@ -34,6 +34,11 @@ table {
     font-weight: $font-semibold;
     color: pvar(--mainForegroundColor);
   }
-}
-
 
+  .plugin,
+  .theme {
+    &:not(:last-child)::after {
+      content: '•';
+    }
+  }
+}