From cb0562f32cdd9403e348ccd1b1ef8d925be9dcfb Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 12 Apr 2023 16:01:49 +0200 Subject: [PATCH] [Glitch] Fix tab arrows on RTL layouts Port af49d93fd6168c089530240a9ab4eccb975b8c42 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components/accounts.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss index a5ba370aa..5f144300d 100644 --- a/app/javascript/flavours/glitch/styles/components/accounts.scss +++ b/app/javascript/flavours/glitch/styles/components/accounts.scss @@ -388,7 +388,7 @@ content: ''; position: absolute; bottom: 0; - inset-inline-start: 50%; + left: 50%; width: 0; height: 0; transform: translateX(-50%);