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
|
@ -32,7 +32,12 @@ const Status = {
|
|||
return !!this.$store.state.users.currentUser
|
||||
},
|
||||
muted () { return !this.unmuted && this.status.user.muted },
|
||||
isReply () { return !!this.status.in_reply_to_status_id }
|
||||
isReply () { return !!this.status.in_reply_to_status_id },
|
||||
borderColor () {
|
||||
return {
|
||||
borderBottomColor: this.$store.state.config.colors['base02'],
|
||||
}
|
||||
}
|
||||
},
|
||||
components: {
|
||||
Attachment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue