mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Group avatars
This commit is contained in:
@@ -73,7 +73,7 @@ li.entry img {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.send .attachments img {
|
||||
img.preview {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -75,4 +75,8 @@ ul.discussion {
|
||||
}
|
||||
&.sent .volley {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.avatar img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user