From af49d93fd6168c089530240a9ab4eccb975b8c42 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 12 Apr 2023 16:01:49 +0200 Subject: [PATCH] Fix tab arrows on RTL layouts (#24520) --- app/javascript/styles/mastodon/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index c887ae8b1..a496e73b8 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -6685,7 +6685,7 @@ a.status-card.compact:hover { content: ''; position: absolute; bottom: 0; - inset-inline-start: 50%; + left: 50%; width: 0; height: 0; transform: translateX(-50%);