1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update play menus

This commit is contained in:
Luke Pulverenti 2017-01-18 14:53:10 -05:00
parent ad285bf734
commit 3a7bff35d6
11 changed files with 87 additions and 50 deletions

View file

@ -250,7 +250,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background-size: cover;
background-position: center 15%;
background-repeat: no-repeat;
height: 50vh;
height: 45vh;
position: relative;
}
@ -491,7 +491,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.mainDetailButtons {
padding: 1em 0;
padding: .5em 0;
display: flex;
align-items: center;
}
@ -505,6 +505,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-top: 1.5em !important;
}
.mainDetailButtons > .raised {
justify-content: center;
padding-left: 1.5em;
padding-right: 1.5em;
}
@media all and (min-width: 800px) {
.mainDetailButtons, .itemDetailPage .recordingFields button {