Messages: Add border to Contact images in message thread.

This commit is contained in:
Nate 2019-03-28 18:15:22 -06:00
parent b7e7d1180c
commit 6ac511f448
1 changed files with 2 additions and 0 deletions

View File

@ -153,12 +153,14 @@
echo " width: 100px;\n";
echo " height: auto;\n";
echo " border-radius: 0 11px 11px 11px;\n";
echo " border: 1px solid #cffec7;\n";
echo " }\n";
echo " img.message-bubble-image-me {\n";
echo " width: 100px;\n";
echo " height: auto;\n";
echo " border-radius: 11px 11px 0 11px;\n";
echo " border: 1px solid #cbf0ff;\n";
echo " }\n";
echo " div.message-bubble-image-em {\n";