diff --git a/src/styles/librarybrowser.scss b/src/styles/librarybrowser.scss index 2448c4adae..f928646deb 100644 --- a/src/styles/librarybrowser.scss +++ b/src/styles/librarybrowser.scss @@ -501,6 +501,20 @@ background-size: contain; background-repeat: no-repeat; background-position: center center; + + [dir="rtl"] & { + left: 25vw; + right: unset; + } + + .layout-mobile &, + .layout-tv & { + display: none; + } + + @media all and (max-width: 68.75em) { + display: none; + } } .criticReview:first-child { @@ -901,6 +915,7 @@ [dir="rtl"] & { left: unset; + float: right; .layout-mobile &, .layout-tv & { @@ -939,19 +954,6 @@ } } -.layout-mobile, -.layout-tv { - .detailLogo { - display: none; - } -} - -@media all and (max-width: 68.75em) { - .detailLogo { - display: none; - } -} - .itemDetailImage { width: 100% !important; box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.75);