Skip to content

Commit

Permalink
moved support-rtl to tablet up selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmparrish committed Jul 29, 2024
1 parent 278be08 commit 4e6bb7a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions libs/blocks/marquee/marquee.css
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,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 Expand Up @@ -723,14 +731,6 @@
left: 0;
right: auto;
}

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.one-third .foreground.container .text,
.marquee.split.one-third.large .foreground.container .text {
Expand Down

0 comments on commit 4e6bb7a

Please sign in to comment.