lint
This commit is contained in:
parent
caa49744b2
commit
4f3c20f388
3 changed files with 6 additions and 4 deletions
|
|
@ -169,7 +169,10 @@
|
|||
</div>
|
||||
|
||||
<span class="heading-right">
|
||||
<span class="pin" v-if="showPinned">
|
||||
<span
|
||||
v-if="showPinned"
|
||||
class="pin"
|
||||
>
|
||||
<FAIcon
|
||||
icon="thumbtack"
|
||||
class="faint"
|
||||
|
|
|
|||
|
|
@ -72,9 +72,8 @@
|
|||
<Popover
|
||||
v-if="button.name === 'bookmark'"
|
||||
class="chevron-popover"
|
||||
placement="bottom"
|
||||
:trigger="extra ? 'hover' : 'click'"
|
||||
:placement="extra ? 'right' : 'top'"
|
||||
:placement="extra ? 'right' : 'bottom'"
|
||||
:offset="extra ? { x: 10 } : { y: 10 }"
|
||||
:trigger-attrs="{ class: 'extra-button' }"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
<template v-if="users.length">
|
||||
<router-link
|
||||
v-for="(user) in usersCapped"
|
||||
:to="generateProfileLink(user)"
|
||||
:key="user.id"
|
||||
:to="generateProfileLink(user)"
|
||||
class="user-list-row"
|
||||
>
|
||||
<UserAvatar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue