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

update xbox one profile

This commit is contained in:
Luke Pulverenti 2015-05-07 18:27:01 -04:00
parent f515eab01b
commit b28e9b73bb
24 changed files with 624 additions and 532 deletions

View file

@ -1443,14 +1443,14 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.userProfileSettingsForm .detailSectionContent {
padding: 0 1em;
padding: 0 .5em;
}
@media all and (max-width: 700px) {
.userProfileSettingsForm .detailSection {
margin-left: 1em;
margin-right: 1em;
margin-left: .5em;
margin-right: .5em;
}
}
@ -1505,3 +1505,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.homeLatestTabDisabled .homeLatestTab {
display: none !important;
}
.movieTrailersTabDisabled .movieTrailersTab {
display: none !important;
}