1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-12 21:59:04 +09:00

[Glitch] Fix tab arrows on RTL layouts

Port af49d93fd6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire 2023-04-12 16:01:49 +02:00
parent f9a9f9344b
commit cb0562f32c

View File

@ -388,7 +388,7 @@
content: '';
position: absolute;
bottom: 0;
inset-inline-start: 50%;
left: 50%;
width: 0;
height: 0;
transform: translateX(-50%);