Skip to content

Commit

Permalink
fix: new message button misalignment
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Nov 27, 2024
1 parent c613683 commit 94ba7d3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/components/NoMessageSelected.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@

<template>
<AppContentDetails class="app-content">
<NcEmptyContent :name="welcomeMessage" class="app-content__empty">
<NcEmptyContent class="app-content__empty">
<template #icon>
<IconMail :size="65" />
</template>
<template #name>
<h1 class="empty-content__name">
{{ welcomeMessage }}
</h1>
</template>
<template #action>
<NewMessageButtonHeader />
</template>
</NcEmptyContent>
<NewMessageButtonHeader />
</AppContentDetails>
</template>

Expand Down

0 comments on commit 94ba7d3

Please sign in to comment.