Fixed navbar for RTL layouts
This commit is contained in:
parent
d38518e1e5
commit
87190cf31a
6 changed files with 33 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue