mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 08:23:00 +00:00
Implement colors in conversation header + show the avatar
This commit is contained in:
@@ -73,6 +73,21 @@
|
||||
box-shadow: 0 1px 0 0 #CCC;
|
||||
}
|
||||
|
||||
#ocsms-contact-avatar {
|
||||
background-color: transparent;
|
||||
height: 75px;
|
||||
width: 75px;
|
||||
font-size: 2.5em;
|
||||
line-height: 75px;
|
||||
}
|
||||
|
||||
#ocsms-contact-details,
|
||||
#ocsms-contact-actions,
|
||||
#ocsms-contact-avatar {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
#ocsms-phone-label {
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
|
||||
Reference in New Issue
Block a user