#418: update timeago margin to align with icons
This commit is contained in:
parent
f392668b73
commit
0ea9e4ca14
2 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<small>{{$t('notifications.followed_you')}}</small>
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
<div class="timeago">
|
||||
<router-link v-if="notification.status" :to="{ name: 'conversation', params: { id: notification.status.id } }" class="faint-link">
|
||||
<timeago :since="notification.action.created_at" :auto-update="240"></timeago>
|
||||
</router-link>
|
||||
|
|
|
@ -125,6 +125,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.timeago {
|
||||
margin-right: .2em;
|
||||
}
|
||||
|
||||
.icon-retweet.lit {
|
||||
color: $fallback--cGreen;
|
||||
color: var(--cGreen, $fallback--cGreen);
|
||||
|
|
Loading…
Reference in a new issue