1
0
Fork 0

Display avatars inline for notifications

This commit is contained in:
Ryan Fox 2021-01-10 19:59:05 +00:00
parent 8726a56320
commit cda948b815
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 9 additions and 1 deletions

View File

@ -151,15 +151,23 @@ span.applink {
line-height: 1.6em;
}
.status-info > .avatars {
display: inline-block;
}
.status-info > .avatars img {
width: 24px;
height: 24px;
margin-right: 5px;
display: inline-block;
float: none;
}
.status-info-text {
clear: left;
padding-top: 6px;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
.btn-group-justified .btn,