Skip to content

Commit

Permalink
fix background image bleeding
Browse files Browse the repository at this point in the history
  • Loading branch information
cj12312021 committed Jul 29, 2023
1 parent 1580459 commit 398a676
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/v2.5/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ dd {

.detail-container {
height: 100%;
position: relative;
z-index: 20;
}

h2 {
Expand Down Expand Up @@ -281,11 +283,14 @@ dd {
}
}

#movie-page .detail-header-image .movie-images img {
max-width: 13rem;
}

#movie-page .detail-header-image img,
#performer-page .detail-header-image img,
#tag-page .detail-header-image img {
border-radius: 0.5rem;
max-width: 13rem;
}

#tag-page .detail-header-image img {
Expand Down

0 comments on commit 398a676

Please sign in to comment.