diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-04-12 16:01:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 16:01:49 +0200 |
commit | af49d93fd6168c089530240a9ab4eccb975b8c42 (patch) | |
tree | bb9758f3d177ef261046a9a4622c1b1fcbf39609 | |
parent | 8f0b0435ab6f936715231b6dfda19555c3b28517 (diff) |
Fix tab arrows on RTL layouts (#24520)
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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%); |