We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d81285 + d7df084 commit f4a69eaCopy full SHA for f4a69ea
desk/src/components/layouts/Sidebar.vue
@@ -22,7 +22,7 @@
22
</span>
23
</template>
24
</SidebarLink>
25
- <div class="mb-4">
+ <div class="mb-4" v-if="!isCustomerPortal">
26
<div
27
v-if="notificationStore.unread"
28
class="absolute z-20 h-1.5 w-1.5 translate-x-6 translate-y-1 rounded-full bg-blue-400"
desk/src/pages/ticket/TicketNewArticles.vue
@@ -3,7 +3,7 @@
3
v-if="!isEmpty(articles.data) && search.length > 2"
4
class="rounded border bg-cyan-50 px-5 py-3 text-base"
5
>
6
- <div class="mb-2 font-medium">
+ <div class="mb-2 font-medium px-4">
7
These articles may already cover what you are looking for
8
<RouterLink
9
class="group cursor-pointer space-x-1 hover:text-gray-900"
0 commit comments