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

improve user profile ui

This commit is contained in:
Luke Pulverenti 2015-01-22 13:05:32 -05:00
parent 4b51e69e53
commit 2ab7e15656
5 changed files with 283 additions and 235 deletions

View file

@ -1302,3 +1302,19 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.tapHoldMenu li a, .playFlyout li a {
font-size: 14px;
}
.userProfileSettingsForm {
max-width: 700px;
}
.userProfileSettingsForm .detailSectionContent {
padding: 0 1em;
}
@media all and (max-width: 700px) {
.userProfileSettingsForm .detailSection {
margin-left: 1em;
margin-right: 1em;
}
}