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

Merge pull request #479 from dkanada/user

Improve the user settings interface
This commit is contained in:
Joshua M. Boniface 2019-09-30 01:43:58 -04:00 committed by GitHub
commit 1d5f6effa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 56 additions and 375 deletions

View file

@ -80,29 +80,6 @@ div[data-role=page] {
}
}
.imageDropZone {
border: .2em dashed currentcolor;
-webkit-border-radius: .25em;
border-radius: .25em;
text-align: center;
position: relative;
height: 12em;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center
}
.squareImageDropZone {
height: 12em;
width: 12em
}
.headerHelpButton {
margin-left: 1.25em !important;
padding-bottom: .4em !important;