mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Mobile layout refinements
This commit is contained in:
parent
dc59c68c20
commit
1734f5c345
@ -587,7 +587,7 @@
|
||||
}
|
||||
|
||||
.layout-mobile .mainDetailButtons {
|
||||
margin-top: 0.5em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
margin-left: 37.5%;
|
||||
|
||||
@ -702,7 +702,7 @@
|
||||
left: 5%;
|
||||
bottom: 1rem;
|
||||
max-width: 30vw;
|
||||
padding-left: 5%;
|
||||
filter: drop-shadow(0 0 0.5rem #000);
|
||||
|
||||
@media all and (max-width: 32em) {
|
||||
left: 0;
|
||||
|
@ -565,8 +565,8 @@ function renderDetailPageBackdrop(page, item, apiClient) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Disable item backdrop for people because they never look right
|
||||
if (item.Type === 'Person') {
|
||||
// Disable item backdrop for books and people because they only have primary images
|
||||
if (item.Type === 'Person' || item.Type === 'Book') {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user