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