Fix tab arrows on RTL layouts (#24520)

local
Claire 1 year ago committed by GitHub
parent 8f0b0435ab
commit af49d93fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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%);

Loading…
Cancel
Save