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:
parent
4b51e69e53
commit
2ab7e15656
5 changed files with 283 additions and 235 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue