Merge branch 'stacked-avatars' into 'develop'

Stacked avatars

See merge request soapbox-pub/soapbox-fe!886
merge-requests/887/head
Alex Gleason 2021-11-22 21:11:29 +00:00
commit 6e030591d8
1 zmienionych plików z 33 dodań i 0 usunięć

Wyświetl plik

@ -728,6 +728,39 @@ a.status-card.compact:hover {
@include standard-panel;
padding: 15px 0 10px;
}
.status {
padding: 8px 10px;
&__avatar {
position: relative;
margin-right: 10px;
top: 0;
left: 0;
}
&__profile {
display: flex;
align-items: center;
}
&__display-name {
.display-name__account {
display: block;
}
}
}
}
@media screen and (min-width: 630px) {
.columns-area .material-status .status {
padding: 15px;
&__avatar {
top: 0;
left: 0;
}
}
}
.attachment-thumbs {