Group avatars

This commit is contained in:
lilia
2015-01-11 01:27:22 -10:00
parent d52db8fe6f
commit 3d6c251fd1
11 changed files with 87 additions and 36 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ li.entry img {
margin-top: 5px;
}
.send .attachments img {
img.preview {
width: 30px;
height: 30px;
}
+3
View File
@@ -231,6 +231,9 @@ ul.discussion {
background-color: #00badd;
color: white; }
.avatar img {
max-width: 100%; }
@media screen and (min-width: 320px) {
.send-message-area {
position: fixed;
+5 -1
View File
@@ -75,4 +75,8 @@ ul.discussion {
}
&.sent .volley {
}
}
}
.avatar img {
max-width: 100%;
}