set default size for profile photo to improve render appearance/speed
This commit is contained in:
parent
b98b5645e6
commit
8937ba86a2
|
@ -605,6 +605,10 @@ input#dfrn-url {
|
|||
#profile-photo-link-select-wrapper {
|
||||
margin-top: 2em;
|
||||
}
|
||||
#profile-photo-wrapper img {
|
||||
width:175px;
|
||||
height:175px;
|
||||
}
|
||||
|
||||
#profile-edit-profile-name-label,
|
||||
#profile-edit-name-label,
|
||||
|
|
|
@ -737,6 +737,10 @@ input#dfrn-url {
|
|||
#profile-photo-link-select-wrapper {
|
||||
margin-top: 2em;
|
||||
}
|
||||
#profile-photo-wrapper img {
|
||||
width:175px;
|
||||
height:175px;
|
||||
}
|
||||
|
||||
#profile-edit-profile-name-label,
|
||||
#profile-edit-name-label,
|
||||
|
|
Loading…
Reference in a new issue