~cytrogen/masto-fe

af49d93fd6168c089530240a9ab4eccb975b8c42 — Claire 3 years ago 8f0b043
Fix tab arrows on RTL layouts (#24520)

1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -1
@@ 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%);