From 78b2a0c4c19f623ff30c0b7ddf94b7e0c3146d6d Mon Sep 17 00:00:00 2001 From: KshitijThareja Date: Tue, 31 Oct 2023 16:25:02 +0530 Subject: [PATCH] Remove extra space from channel menu --- .../channelList/views/Channel/ChannelItem.vue | 20 +++++++++---------- .../contentcuration/frontend/shared/app.js | 2 ++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue index d7f67a127d..5a107329c4 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue @@ -144,9 +144,9 @@ data-test="edit-channel" @click.stop > - + edit - + {{ $tr('editChannel') }} - + content_copy - + {{ $tr('copyToken') }} - + launch - + {{ $tr('goToWebsite') }} - + launch - + {{ $tr('viewContent') }} - + delete - + {{ $tr('deleteChannel') }} diff --git a/contentcuration/contentcuration/frontend/shared/app.js b/contentcuration/contentcuration/frontend/shared/app.js index 1285ca6c07..3e5f5a2e41 100644 --- a/contentcuration/contentcuration/frontend/shared/app.js +++ b/contentcuration/contentcuration/frontend/shared/app.js @@ -56,6 +56,7 @@ import Vuetify, { VListTileContent, VListTileSubTitle, VListTileTitle, + VListTileAvatar, VMenu, VNavigationDrawer, VPagination, @@ -199,6 +200,7 @@ Vue.use(Vuetify, { VListTileContent, VListTileSubTitle, VListTileTitle, + VListTileAvatar, VMenu, VNavigationDrawer, VPagination,