]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/button.component.scss
Avoid ... for delete/edit buttons in admin panel
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / button.component.scss
index 145a3474aa2a123bec5b9bb529ef44faed84fe12..343aea2079a1b93a5fd60189cf4174f202fc3982 100644 (file)
     }
   }
 }
+
+// In a table, try to minimize the space taken by this button
+@media screen and (max-width: 1400px) {
+  :host-context(td) {
+    .action-button {
+      padding: 0 13px;
+    }
+
+    .button-label {
+      display: none;
+    }
+  }
+}