This commit is contained in:
Henry Jameson 2026-06-01 20:12:40 +03:00
commit 4f3c20f388
3 changed files with 6 additions and 4 deletions

View file

@ -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"

View file

@ -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' }"
>

View file

@ -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