Skip to content

Commit

Permalink
Fix mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Feb 25, 2022
1 parent 91634ac commit aed71da
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/Logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ div#itemDetailPage {

.layout-mobile #itemDetailPage .itemName.infoText.parentNameLast {
display: block;
width: calc(100% - 10vw);
position: static;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
font-size: 10.5vw;
}

#itemDetailPage .detailLogo.hide {
Expand Down
15 changes: 15 additions & 0 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,13 @@ div:not(.paperList) .listItem {

.layout-mobile #itemDetailPage .vertical-list {
grid-template-columns: 100%;
width: 90vw;
margin: 0 auto !important;
}

.listItemIndicators {
top: 0;
right: 0;
}

.listItem-overview {
Expand All @@ -1812,6 +1819,14 @@ div:not(.paperList) .listItem {
padding: 0 10px;
}

.layout-mobile .itemsContainer {
padding: 0 10px;
}

.layout-mobile .itemsContainer > *:last-child {
padding-right: 10px !important;
}

.listItemBody.itemAction {
padding: 0 5px;
}
Expand Down

0 comments on commit aed71da

Please sign in to comment.