From 668e1dff4b7b033f452599e4f2664343dd6b46fc Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 8 Oct 2025 17:56:39 +0300 Subject: [PATCH] feat(client/rtl): handle transform-origin --- apps/client/src/stylesheets/theme-next/shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 308fc2cdb..6fa8dea85 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -1436,6 +1436,10 @@ div#center-pane .floating-buttons-children { opacity 250ms ease-out; } +body[dir=rtl] div#center-pane .floating-buttons-children { + transform-origin: left; +} + /* Floating buttons container (collapsed) */ div#center-pane .floating-buttons-children.temporarily-hidden { display: flex !important;