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:
parent
ad285bf734
commit
3a7bff35d6
11 changed files with 87 additions and 50 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue