Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tab arrows on RTL layouts #24520

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Conversation

ClearlyClaire
Copy link
Contributor

Fix regression introduced by #23944: in this case, left: 50% was used together with translateX(-50%) and was independent from text direction, using right: 50% would require changing to translateX(50%).

Fix regression introduced by mastodon#23944: in this case, `left: 50%` was used
together with `translateX(-50%)` and was independent from text direction,
using `right: 50%` would require changing to `translateX(50%)`.
@ClearlyClaire ClearlyClaire added the ui Front-end, design label Apr 12, 2023
@Gargron Gargron merged commit af49d93 into mastodon:main Apr 12, 2023
skerit pushed a commit to 11ways/mastodon that referenced this pull request Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui Front-end, design
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants