Compare commits

...

3 Commits

Author SHA1 Message Date
DebaucheryLibrarian d0d045a2ab Fixed dark theme text color in alert search. 2021-05-15 22:55:50 +02:00
DebaucheryLibrarian 102e053021 Fixed missing lazy avatar from stash actor preview query. 2021-05-15 22:16:42 +02:00
DebaucheryLibrarian ca0660c1cc Fixed see more notifications link not closing tooltip. 2021-05-15 22:04:32 +02:00
3 changed files with 11 additions and 1 deletions

View File

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

View File

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

View File

@ -45,6 +45,15 @@ function initUsersActions(store, _router) {
isS3 isS3
width width
height height
sfw: sfwMedia {
id
path
thumbnail
lazy
isS3
width
height
}
} }
} }
} }