From 633d6c1888362765e677315a7d49584ce4b2850f Mon Sep 17 00:00:00 2001 From: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:47:32 +0200 Subject: [PATCH] fix(ui): restore message loading position and slow hint Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> --- src/components/Loading.vue | 10 ++++++---- src/components/Mailbox.vue | 7 ++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/Loading.vue b/src/components/Loading.vue index cefefd809a..9b2544cff5 100644 --- a/src/components/Loading.vue +++ b/src/components/Loading.vue @@ -11,9 +11,11 @@ - - {{ slowHint }} - + @@ -85,6 +87,6 @@ export default { flex-direction: column; flex: 1 auto; align-items: center; - height: 100vh; + height: 100%; } diff --git a/src/components/Mailbox.vue b/src/components/Mailbox.vue index 01c957e455..de2d3eca13 100644 --- a/src/components/Mailbox.vue +++ b/src/components/Mailbox.vue @@ -4,7 +4,8 @@ -->