Hide our own avatar for consistency with Android
This commit is contained in:
parent
9e245e67e0
commit
bebe47eacd
2 changed files with 7 additions and 0 deletions
|
@ -137,6 +137,11 @@ button {
|
|||
.attachments img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.outgoing img.avatar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img.avatar {
|
||||
height: 44px;
|
||||
width: 44px;
|
||||
|
|
|
@ -263,6 +263,8 @@ button {
|
|||
border-left: 8px solid #2a92e7; }
|
||||
.message-list .attachments img {
|
||||
max-width: 100%; }
|
||||
.message-list .outgoing img.avatar {
|
||||
display: none; }
|
||||
.message-list img.avatar {
|
||||
height: 44px;
|
||||
width: 44px;
|
||||
|
|
Loading…
Reference in a new issue