]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add batch approve/reject for pending hashtags in admin UI
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 9 Sep 2019 10:50:09 +0000 (12:50 +0200)
committerThibaut Girka <thib@sitedethib.com>
Fri, 13 Sep 2019 16:34:26 +0000 (18:34 +0200)
Port SCSS changes from 261e52268c05d2da4459a23e2898555dd5db5771 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/tables.scss

index bf67388f023e2d026332f69feaaae535a9aaa78b..e6eb393934d3878bc13b6ec43f909db8ef1aceb0 100644 (file)
@@ -211,6 +211,16 @@ a.table-action-link {
         padding: 0;
       }
     }
+
+    .directory__tag {
+      margin: 0;
+      width: 100%;
+
+      a {
+        background: transparent;
+        border-radius: 0;
+      }
+    }
   }
 
   .status__content {