Make style setter create an often used base03-border class, use that class in notifications, navpanel and statuses.
This commit is contained in:
parent
5997492795
commit
6c8fc99d5a
6 changed files with 18 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
Notifications
|
||||
<button @click.prevent="markAsSeen" class="base06 base02-background read-button">Read!</button>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="panel-body base03-border">
|
||||
<div v-for="notification in visibleNotifications" class="notification" :class='{"unseen": !notification.seen}'>
|
||||
<a :href="notification.action.user.statusnet_profile_url">
|
||||
<img class='avatar' :src="notification.action.user.profile_image_url_original">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue