about summary refs log tree commit diff
path: root/src/view/com/util/post-ctrls/PostCtrls.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-09-04 12:36:20 -0700
committerGitHub <noreply@github.com>2024-09-04 12:36:20 -0700
commit86de0dda026f2c0ed8362272f5c54b35643cbdec (patch)
tree4b9e9bc2ca96313e63df7b09a1f34d2a99ec7db6 /src/view/com/util/post-ctrls/PostCtrls.tsx
parent0ef17a464d9118808c479c9610a12a42dc30e87f (diff)
downloadvoidsky-86de0dda026f2c0ed8362272f5c54b35643cbdec.tar.zst
Tweak animation to not roll 0 -> 1, overflow hidden (#5148)
Diffstat (limited to 'src/view/com/util/post-ctrls/PostCtrls.tsx')
-rw-r--r--src/view/com/util/post-ctrls/PostCtrls.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/post-ctrls/PostCtrls.tsx b/src/view/com/util/post-ctrls/PostCtrls.tsx
index de73103c7..1cad5e091 100644
--- a/src/view/com/util/post-ctrls/PostCtrls.tsx
+++ b/src/view/com/util/post-ctrls/PostCtrls.tsx
@@ -244,6 +244,7 @@ let PostCtrls = ({
       a.flex_row,
       a.justify_center,
       a.align_center,
+      a.overflow_hidden,
       {padding: 5},
       (pressed || hovered) && t.atoms.bg_contrast_25,
     ],