mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
resolve holiday theme disrupting playback
This commit is contained in:
parent
12548dbf3e
commit
08972d0648
6 changed files with 7 additions and 25 deletions
|
@ -326,23 +326,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) and (max-width: 1100px) {
|
||||
@media all and (max-width: 1100px) {
|
||||
|
||||
.detailLogo {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
.detailLogo {
|
||||
top: 20%;
|
||||
right: 2%;
|
||||
height: 50px;
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
.itemDetailImage {
|
||||
border: solid 1px transparent;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue