From 01d7aa630751e52a8613e82900236e053f016eb0 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 23 Dec 2022 15:37:45 -0600 Subject: [PATCH] Move FAB to the left in RTL --- app/soapbox/features/ui/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/ui/index.tsx b/app/soapbox/features/ui/index.tsx index f2e40827a..a5a29ec93 100644 --- a/app/soapbox/features/ui/index.tsx +++ b/app/soapbox/features/ui/index.tsx @@ -641,7 +641,7 @@ const UI: React.FC = ({ children }) => { {(me && !shouldHideFAB()) && ( -
+
)}