Some fixes
This commit is contained in:
parent
a01b428587
commit
1421daa99f
1 changed files with 17 additions and 9 deletions
|
@ -610,6 +610,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.layout-mobile & {
|
||||
padding-left: 5% !important;
|
||||
padding-right: 5% !important;
|
||||
}
|
||||
|
||||
[dir="ltr"] & {
|
||||
padding-left: 32.45vw;
|
||||
padding-right: 2%;
|
||||
|
@ -621,11 +626,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.layout-mobile .detailPageContent {
|
||||
padding-left: 5%;
|
||||
padding-right: 5%;
|
||||
}
|
||||
|
||||
.detailSectionContent a {
|
||||
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 .itemName,
|
||||
.layout-mobile .itemMiscInfo,
|
||||
|
@ -1135,10 +1147,6 @@ div.itemDetailGalleryLink.defaultCardBackground {
|
|||
}
|
||||
|
||||
@media all and (max-width: 62.5em) {
|
||||
.mainDetailButtons {
|
||||
margin-left: -0.5em;
|
||||
}
|
||||
|
||||
.detailButtonHideonMobile {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue