From 1cc0e686ea95801f3c2293c7f2e338ef9de1a920 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 14 Oct 2025 17:53:33 +0300 Subject: [PATCH] fix(client/rtl): bad alignment of launcher container if no scroll --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 7797e3a80..8e2f8a9a7 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -100,7 +100,7 @@ body.layout-horizontal > .horizontal { align-items: center; } -#launcher-container { +body[dir=ltr] #launcher-container { scrollbar-gutter: stable both-edges; }