Compare commits
3 Commits
a4a05232db
...
d0d045a2ab
Author | SHA1 | Date |
---|---|---|
|
d0d045a2ab | |
|
102e053021 | |
|
ca0660c1cc |
|
@ -123,6 +123,7 @@ export default {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.result {
|
||||
color: var(--text);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: .5rem;
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div @click="$emit('blur')">
|
||||
<div @click="events.emit('blur')">
|
||||
<router-link
|
||||
to="/notifications"
|
||||
class="notification-link notification-more"
|
||||
|
|
|
@ -45,6 +45,15 @@ function initUsersActions(store, _router) {
|
|||
isS3
|
||||
width
|
||||
height
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
isS3
|
||||
width
|
||||
height
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue