diff options
author | Eric Bailey <git@esb.lol> | 2024-07-02 18:15:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 00:15:20 +0100 |
commit | 14c2d75d49c492e9625a6e7b139f2e8dbc66668f (patch) | |
tree | 154c60c485302f8dc66dbb2181d46067125f784e /src/components/moderation/ContentHider.tsx | |
parent | c13366176845d20775fd1d15d1a15bcfb160b39e (diff) | |
download | voidsky-14c2d75d49c492e9625a6e7b139f2e8dbc66668f.tar.zst |
Unify label pills (#4676)
* New label pills * Fix type errors, add default case * Remove negative margin, only works in some places * Fix alignment edge case * Add a bit of padding --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Diffstat (limited to 'src/components/moderation/ContentHider.tsx')
-rw-r--r-- | src/components/moderation/ContentHider.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/moderation/ContentHider.tsx b/src/components/moderation/ContentHider.tsx index fd71ec838..45122a4ef 100644 --- a/src/components/moderation/ContentHider.tsx +++ b/src/components/moderation/ContentHider.tsx @@ -165,9 +165,7 @@ export function ContentHider({ } const styles = StyleSheet.create({ - outer: { - overflow: 'hidden', - }, + outer: {}, cover: { flexDirection: 'row', alignItems: 'center', |