Update notification layout

This commit is contained in:
r 2020-01-29 18:14:27 +00:00
parent 2c084dfd09
commit f93fe32766
5 changed files with 31 additions and 44 deletions

View file

@ -138,7 +138,7 @@
}
.retweet-info {
margin: 8px 0 4px 24px;
margin: 0 0 2px 24px;
}
.retweet-info .status-profile-img {
@ -176,9 +176,7 @@
border-color: #777777;
}
.notification-follow-container,
.notification-like-container,
.notification-retweet-container {
.notification-follow-container {
display: flex;
}
@ -190,6 +188,10 @@
margin-top: 8px;
}
.notification-time {
margin-left: 8px;
}
.status-reply-to {
display: inline-block;
vertical-align: center;