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