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

improve the user avatar interface

This commit is contained in:
dkanada 2019-09-26 01:15:36 +09:00
parent 0286cc60d5
commit c679336b87
4 changed files with 40 additions and 122 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;