Skip to content

Commit

Permalink
Merge pull request #10418 from nextcloud/fix/new-message-button
Browse files Browse the repository at this point in the history
fix: new message button misalignment
  • Loading branch information
GretaD authored Nov 27, 2024
2 parents d7afc16 + 94ba7d3 commit af6cf0a
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 af6cf0a

Please sign in to comment.