Some fixes

This commit is contained in:
Hadi Charara 2023-01-21 16:53:24 -05:00 committed by Bill Thornton
parent a01b428587
commit 1421daa99f

View file

@ -610,6 +610,11 @@
} }
} }
.layout-mobile & {
padding-left: 5% !important;
padding-right: 5% !important;
}
[dir="ltr"] & { [dir="ltr"] & {
padding-left: 32.45vw; padding-left: 32.45vw;
padding-right: 2%; padding-right: 2%;
@ -621,11 +626,6 @@
} }
} }
.layout-mobile .detailPageContent {
padding-left: 5%;
padding-right: 5%;
}
.detailSectionContent a { .detailSectionContent a {
color: inherit; color: inherit;
} }
@ -738,6 +738,18 @@
} }
} }
[dir=ltr] .mainDetailButtons {
@media all and (max-width: 62.5em) {
margin-left: -0.5em;
}
}
[dir=rtl] .mainDetailButtons {
@media all and (max-width: 62.5em) {
margin-right: -0.5em;
}
}
.layout-mobile .parentName, .layout-mobile .parentName,
.layout-mobile .itemName, .layout-mobile .itemName,
.layout-mobile .itemMiscInfo, .layout-mobile .itemMiscInfo,
@ -1135,10 +1147,6 @@ div.itemDetailGalleryLink.defaultCardBackground {
} }
@media all and (max-width: 62.5em) { @media all and (max-width: 62.5em) {
.mainDetailButtons {
margin-left: -0.5em;
}
.detailButtonHideonMobile { .detailButtonHideonMobile {
display: none !important; display: none !important;
} }