mirror of https://github.com/zulip/zulip.git
Fix the size of profile pictures
This fixes a transient display glitch while the image is loading. (imported from commit a153de8ebb07eaa89a7a0eb215f15a88e950a1f4)
This commit is contained in:
parent
3fc265dac3
commit
c3c675a872
|
@ -118,6 +118,8 @@ img.profile_picture {
|
|||
float: left;
|
||||
margin: 0 15px 15px 0;
|
||||
max-height: 30px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
div.alert {
|
||||
|
|
Loading…
Reference in New Issue