Compare commits
No commits in common. "d0d045a2ab29576a1c4a717428afb70adfdee9ab" and "a4a05232dba20ce22deff9d2737ea4fe93ded061" have entirely different histories.
d0d045a2ab
...
a4a05232db
|
@ -123,7 +123,6 @@ 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="events.emit('blur')">
|
||||
<div @click="$emit('blur')">
|
||||
<router-link
|
||||
to="/notifications"
|
||||
class="notification-link notification-more"
|
||||
|
|
|
@ -45,15 +45,6 @@ function initUsersActions(store, _router) {
|
|||
isS3
|
||||
width
|
||||
height
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
isS3
|
||||
width
|
||||
height
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue