From d83a42451318cdc1fe85c58dfea0d6b21fa56b77 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 28 Oct 2019 17:29:01 +0100 Subject: [PATCH] Add styling - to link in NotificationMenu - make table more mobile responsive - remove unneccessary props Co-authored-by: Alina Beck --- webapp/components/AvatarMenu/AvatarMenu.vue | 5 ++-- .../NotificationMenu/NotificationMenu.vue | 28 ++++++++++--------- webapp/layouts/default.vue | 2 +- webapp/pages/notifications/index.vue | 2 +- 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/webapp/components/AvatarMenu/AvatarMenu.vue b/webapp/components/AvatarMenu/AvatarMenu.vue index 96d26f210..18865f457 100644 --- a/webapp/components/AvatarMenu/AvatarMenu.vue +++ b/webapp/components/AvatarMenu/AvatarMenu.vue @@ -1,5 +1,5 @@ diff --git a/webapp/pages/notifications/index.vue b/webapp/pages/notifications/index.vue index 2ff6fe2d5..95d30df1a 100644 --- a/webapp/pages/notifications/index.vue +++ b/webapp/pages/notifications/index.vue @@ -135,7 +135,7 @@ export default { }, user: { label: this.$t('notifications.user'), - width: '350px', + width: '33.333%', }, post: this.$t('notifications.post'), content: this.$t('notifications.content'),