Skip to content

Commit

Permalink
Allow Logos to be hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Feb 24, 2022
1 parent 78bf144 commit aa4edfa
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions addons/Logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,18 @@ div#itemDetailPage {
height: 10vh;
}

#itemDetailPage .parentName,
#itemDetailPage .parentNameLast {
display: none;
:not(.hide) + .detailPageWrapperContainer .parentName,
:not(.hide) + .detailPageWrapperContainer .parentNameLast,
:not(.hide) + .detailPageWrapperContainer .parentName > *,
:not(.hide) + .detailPageWrapperContainer .parentNameLast > * {
font-size: 0;
display: block;
position: fixed;
background: transparent;
width: 35vw;
height: 20vh;
top: 10vh;
left: 5vw;
}

.layout-mobile #itemDetailPage .parentName,
Expand Down

0 comments on commit aa4edfa

Please sign in to comment.