Skip to content
Snippets Groups Projects
Commit 0ea9e4ca authored by Dave LiPuma's avatar Dave LiPuma
Browse files

#418: update timeago margin to align with icons

parent f392668b
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment