Skip to content

Commit

Permalink
Fix Bug: Poster and Playback controls disappear on landscape mode (An…
Browse files Browse the repository at this point in the history
…droid) #30
  • Loading branch information
prayag17 committed Mar 20, 2022
1 parent a798943 commit 27be594
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,27 @@ div#itemDetailPage {
z-index: 1;
}

.layout-mobile .detailPageWrapperContainer > * {
z-index: 1;
}

@media (max-width: 575px) and (min-width: 695px) {
.layout-mobile .nameContainer {
font-size: 1em;
}
}

@media (min-width: 695px) {
.layout-mobile .nameContainer {
font-size: 2em;
}
.layout-mobile .infoWrapper.infoText {
margin: 0 5vh !important;
font-size: 2vh !important;
max-width: 50%;
}
}

.cardText > .textActionButton {
width: 100%;
height: 100% !important;
Expand Down

0 comments on commit 27be594

Please sign in to comment.