mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix duplicate latest recordings section
This commit is contained in:
parent
71980ad405
commit
61a71a50fb
11 changed files with 77 additions and 36 deletions
|
@ -305,8 +305,8 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
width: 300px;
|
||||
height: 70px;
|
||||
position: absolute;
|
||||
top: 10%;
|
||||
right: 20%;
|
||||
top: 13.5%;
|
||||
right: 19.5%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: contain;
|
||||
|
@ -321,11 +321,28 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
@media all and (max-width: 1200px) {
|
||||
|
||||
.detailLogo {
|
||||
right: 2%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) 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%;
|
||||
|
@ -791,7 +808,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.mediaInfoText {
|
||||
background: rgba(31,31,31,.7);
|
||||
padding: .25em .5em;
|
||||
padding: .3em .5em;
|
||||
border-radius: .25em;
|
||||
color: #ddd;
|
||||
margin-right: .5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue