Skip to content

Commit

Permalink
added support-rtl selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmparrish committed Jul 31, 2024
1 parent 071a858 commit d6c8820
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libs/blocks/marquee/marquee.css
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@
max-width: 212px;
}


.marquee.split.row-reversed .foreground.container {
justify-content: flex-end;
}
Expand All @@ -496,6 +495,14 @@
justify-content: flex-start;
}

html[dir="rtl"] .marquee.support-rtl.split .foreground.container {
flex-direction: row;
}

html[dir="rtl"] .marquee.support-rtl.split.row-reversed .foreground.container {
flex-direction: row-reverse;
}

.marquee.split .asset img,
.marquee.split.small .asset img,
.marquee.split.large .asset img,
Expand Down

0 comments on commit d6c8820

Please sign in to comment.