mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
(css) Improve cards/lists display of contacts
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
sg-src="editor.card.photoURL"
|
||||
size="40"><!-- avatar --></sg-avatar-image>
|
||||
</div>
|
||||
<div class="sg-list-avatar" ng-show="editor.card.c_component == 'vlist'">
|
||||
<div class="md-tile-left sg-avatar-list" ng-show="editor.card.$isList()">
|
||||
<!--list avatar-->
|
||||
</div>
|
||||
<div class="msg-header-content">
|
||||
|
||||
@@ -215,7 +215,9 @@ sg-avatar-image {
|
||||
// Avatar placeholder
|
||||
// ------------------------------------
|
||||
.md-avatar:before,
|
||||
.md-avatar md-icon {
|
||||
.md-avatar md-icon,
|
||||
sg-avatar-image md-icon,
|
||||
.sg-avatar-list {
|
||||
font-family: 'Material Icons';
|
||||
font-size: $sg-avatar-width;
|
||||
color: rgba(0, 0, 0, 0.26);
|
||||
|
||||
Reference in New Issue
Block a user