mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
(js,html) Improve sgAvatarImage directive
This commit is contained in:
@@ -21,6 +21,20 @@ md-chips {
|
||||
width: (3 * $contact-chip-name-width);
|
||||
}
|
||||
|
||||
// Adjust avatar size according to chips dimensions
|
||||
.md-contact-chips {
|
||||
.md-chips {
|
||||
.md-chip {
|
||||
.md-contact-avatar {
|
||||
md-icon {
|
||||
height: ($chip-height * .75);
|
||||
margin: ($chip-height * .25/2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// In the autocompletion menu, don't limit the contact name to a fixed width
|
||||
// and show the email address right after it
|
||||
.md-contact-suggestion {
|
||||
|
||||
Reference in New Issue
Block a user