Skip to content

Commit

Permalink
Fix Logo.css
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Dec 1, 2021
1 parent 87db390 commit 2afd298
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions addons/Logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,23 @@ div#itemDetailPage {
}

.hide + .detailPageWrapperContainer .detailRibbon {
position: relative;
position: relative !important;
top: 0;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
background: transparent;
font-size: 20px;
max-width: 100vw;
margin-top: 10vh;
max-width: 100vw !important;
margin-top: 10vh !important;
padding: 0 !important;
height: 20vh;
font-size: 135%;
height: 20vh !important;
font-size: 135% !important;
}

.layout-desktop #itemDetailPage:not(.noBackdrop) .detailPagePrimaryContainer,
.layout-tv #itemDetailPage:not(.noBackdrop) .detailPagePrimaryContainer {
margin: 0 !important;
padding: 0 !important;
margin: 0;
padding: 0;
height: 10vh;
}

Expand Down Expand Up @@ -76,3 +75,7 @@ div#itemDetailPage {
.layout-mobile #itemDetailPage .itemName.infoText.parentNameLast {
display: block;
}

#itemDetailPage .detailLogo.hide {
display: none !important;
}

0 comments on commit 2afd298

Please sign in to comment.