Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-05-10 14:37:43 +0300
committerGitHub <noreply@github.com>2022-05-10 14:37:43 +0300
commita697903f4fd02fca1e1300777feae86cba483ca5 (patch)
treedf6c6cefe7b854e2ebb54dd8d628c11809251720 /src
parent6951efcbe0cb714a1168571e11409a015b9e40d3 (diff)
parenta25bccde2c53d3b5b5777dc78727ee46efffc0bf (diff)
Merge pull request #6399 from nextcloud/change/empty-content-feedback
Make general feedback about mailbox consistent style
Diffstat (limited to 'src')
-rw-r--r--src/components/NoMessageSelected.vue14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/components/NoMessageSelected.vue b/src/components/NoMessageSelected.vue
index 3a2177d86..7d4689b01 100644
--- a/src/components/NoMessageSelected.vue
+++ b/src/components/NoMessageSelected.vue
@@ -21,9 +21,11 @@
<template>
<AppContentDetails>
- <div class="icon icon-mail" />
- <h2>{{ t('mail', 'No message selected') }}</h2>
- <p />
+ <div id="emptycontent">
+ <div class="icon icon-mail" />
+ <h2>{{ t('mail', 'No message selected') }}</h2>
+ <p />
+ </div>
</AppContentDetails>
</template>
@@ -39,12 +41,6 @@ export default {
</script>
<style scoped>
-.app-content-details {
- display: flex;
- flex-direction: column;
- justify-content: center;
-}
-
.icon {
height: 64px;
width: 64px;