Skip to content

Commit

Permalink
Merge pull request #10419 from nextcloud/backport/10418/stable4.0
Browse files Browse the repository at this point in the history
[stable4.0] fix: new message button misalignment
  • Loading branch information
ChristophWurst authored Nov 27, 2024
2 parents 56a077c + 5243d8e commit 4eecdf2
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 4eecdf2

Please sign in to comment.