From 6b4a51125c519cdd754359206ab058f522dd5e0d Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 29 Apr 2026 15:57:05 -0700 Subject: [PATCH] tweak padding --- js/mobile/src/features/stream-view/StreamView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mobile/src/features/stream-view/StreamView.tsx b/js/mobile/src/features/stream-view/StreamView.tsx index ce30573..56f3ab2 100644 --- a/js/mobile/src/features/stream-view/StreamView.tsx +++ b/js/mobile/src/features/stream-view/StreamView.tsx @@ -63,7 +63,7 @@ const REACTIONS_DISTANCE = 80; const REACTIONS_VELOCITY = 600; // Approx height of the ComposeDock from the screen bottom (record button stack // + pb-10). Status pills sit just above this so they aren't hidden behind it. -const COMPOSE_DOCK_HEIGHT = 152; +const COMPOSE_DOCK_HEIGHT = 50; interface StreamViewProps { streamParticle: Particle & { type: "stream" };