Fixed navbar for RTL layouts

This commit is contained in:
Hadi Charara 2022-07-03 11:58:08 -04:00
parent d38518e1e5
commit 87190cf31a
6 changed files with 33 additions and 3 deletions

View file

@ -813,6 +813,10 @@
.itemDetailImage {
width: 100% !important;
box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.75);
[dir="rtl"] & {
box-shadow: 0 0 0.5em 0.1em rgba(0, 0, 0, 0.75);
}
}
div.itemDetailGalleryLink.defaultCardBackground {