mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 08:23:00 +00:00
Add contact photos into peerlist
Add some support into controller
This commit is contained in:
+8
-1
@@ -38,7 +38,6 @@
|
||||
}
|
||||
#app-mailbox-peers li > a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
white-space: nowrap;
|
||||
@@ -124,3 +123,11 @@
|
||||
.msg-spacer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ocsms-plavatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
float: left;
|
||||
background-size: 40px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user