diff --git a/src/components/cardbuilder/card.scss b/src/components/cardbuilder/card.scss index 4163b9d8ed..c3858252b2 100644 --- a/src/components/cardbuilder/card.scss +++ b/src/components/cardbuilder/card.scss @@ -406,6 +406,11 @@ button::-moz-focus-inner { display: flex; align-items: center; contain: layout style; + + [dir="rtl"] & { + right: unset; + left: 0.225em; + } } .cardProgramAttributeIndicators { @@ -415,6 +420,11 @@ button::-moz-focus-inner { display: flex; text-transform: uppercase; font-size: 92%; + + [dir="rtl"] & { + left: unset; + right: 0; + } } .programAttributeIndicator { @@ -435,6 +445,11 @@ button::-moz-focus-inner { position: absolute; bottom: 0; right: 0; + + [dir="rtl"] & { + right: unset; + left: 0; + } } .cardOverlayButtonIcon { diff --git a/src/components/indicators/indicators.js b/src/components/indicators/indicators.js index 6fc483c3fd..6b6b635c64 100644 --- a/src/components/indicators/indicators.js +++ b/src/components/indicators/indicators.js @@ -84,7 +84,7 @@ export function getPlayedIndicatorHtml(item) { if (enablePlayedIndicator(item)) { const userData = item.UserData || {}; if (userData.UnplayedItemCount) { - return '