mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 12:52:52 +00:00
Fix tab arrows on RTL layouts (#24520)
This commit is contained in:
parent
8f0b0435ab
commit
af49d93fd6
|
@ -6685,7 +6685,7 @@ a.status-card.compact:hover {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
inset-inline-start: 50%;
|
left: 50%;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
|
Loading…
Reference in a new issue