diff --git a/assets/components/alerts/search.vue b/assets/components/alerts/search.vue index c5a61899..93e9ab85 100644 --- a/assets/components/alerts/search.vue +++ b/assets/components/alerts/search.vue @@ -13,15 +13,29 @@ class="nolist" >
  • {{ actor.name }}
  • + @click="selectResult(result)" + > + + + + + {{ result.name }} + @@ -123,4 +137,9 @@ export default { height: 2rem; margin: 0 .5rem 0 0; } + +.icon { + fill: var(--shadow); + margin: -.1rem .75rem 0 0; +} diff --git a/assets/components/header/notifications.vue b/assets/components/header/notifications.vue index 85ff5619..e603a887 100644 --- a/assets/components/header/notifications.vue +++ b/assets/components/header/notifications.vue @@ -26,10 +26,10 @@ >Alert
    - No notifications + >No notifications