mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-26 15:29:31 +00:00
(js) Adjust icon height of sg-avatar-image
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
if (attrs.size) {
|
||||
imgElement.attr('width', attrs.size);
|
||||
imgElement.attr('height', attrs.size);
|
||||
mdIconElement.css('font-size', attrs.size + 'px');
|
||||
}
|
||||
|
||||
controller.img = imgElement;
|
||||
|
||||
Reference in New Issue
Block a user